color codes Logo

#55dfcd color codes

#55DFCD
(85,223,205)
0 Favorites   0 Comments

Color spaces of #55dfcd

RGB 85223205
HSL0.480.680.60
HSV172°62°87°
CMYK 0.620.000.08   0.13
XYZ41.153459.114466.9988
Yxy59.11440.24600.3534
Hunter Lab76.8859-39.00772.1545
CIE-Lab81.3544-41.3694-2.2585

#55dfcd color RGB value is (85,223,205).

#55dfcd hex color red value is 85, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #55dfcd hue: 0.48 , saturation: 0.68 and the lightness value of 55dfcd is 0.60.

The process color (four color CMYK) of #55dfcd color code is 0.62, 0.00, 0.08, 0.13. Web safe color of #55dfcd is #66cccc. Color #55dfcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011111 11001101
Octal 125 337 315
Decimal 85 223 205
Hex 55 DF CD

RGB Percentages of Color #55dfcd

%16.57
%43.47
%39.96

CMYK Percentages of Color #55dfcd

%62
%0
%8
%13

Triadic Colors of #55dfcd

#55dfcd #cd55df #dfcd55

Analogous Colors of #55dfcd

#55dfcd #55acdf #55df88

Monochromatic Colors of #55dfcd

#55dfcd

Complementary Color

#55dfcd #df5567

#55dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dfcd Color CSS Codes

.mybgcolor {background-color:#55dfcd; } 
.myforecolor {color:#55dfcd; }
.mybordercolor {border:3px solid #55dfcd; }

#55dfcd Text Font Color

<p style="color:#55dfcd">Text here</p>

This sample text font color is #55dfcd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#55dfcd Background Color

<div style="background-color:#55dfcd">
Div content here</div>

This div background color is #55dfcd


#55dfcd Border Color

<div style="border:3px solid #55dfcd">
Div here</div>

This div border color is #55dfcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,223,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55dfcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55dfcd;
  -webkit-box-shadow: 1px 1px 3px 2px #55dfcd;
  box-shadow:         1px 1px 3px 2px #55dfcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,223,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #55dfcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #55dfcd;
  -webkit-box-shadow: 1px 1px 3px 2px #55dfcd;
  box-shadow:         1px 1px 3px 2px #55dfcd;">
Div content here</div>

This div box has shadow with color #55dfcd


Comments

No comments written yet.

Please login to write comment.