Color Hex Logo

#55ccad Color Hex

#55CCAD
(85,204,173)
0 Favorites   0 Comments

Color spaces of #55ccad

RGB 85204173
HSL0.460.540.57
HSV164°58°80°
CMYK 0.580.000.15   0.20
XYZ32.882048.134247.0929
Yxy48.13420.25670.3757
Hunter Lab69.3788-36.81318.3203
CIE-Lab74.9095-40.84905.4906

#55ccad color RGB value is (85,204,173).

#55ccad hex color red value is 85, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #55ccad hue: 0.46 , saturation: 0.54 and the lightness value of 55ccad is 0.57.

The process color (four color CMYK) of #55ccad color hex is 0.58, 0.00, 0.15, 0.20. Web safe color of #55ccad is #66cc99. Color #55ccad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001100 10101101
Octal 125 314 255
Decimal 85 204 173
Hex 55 CC AD

RGB Percentages of Color #55ccad

%18.40
%44.16
%37.45

CMYK Percentages of Color #55ccad

%58
%0
%15
%20

Triadic Colors of #55ccad

#55ccad #ad55cc #ccad55

Analogous Colors of #55ccad

#55ccad #55b0cc #55cc72

Monochromatic Colors of #55ccad

#55ccad

Complementary Color

#55ccad #cc5574

#55ccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ccad Color CSS Codes

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

#55ccad Text Font Color

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

This sample text font color is #55ccad
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.


#55ccad Background Color

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

This div background color is #55ccad


#55ccad Border Color

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

This div border color is #55ccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ccad


Comments

No comments written yet.

Please login to write comment.