Color Hex Logo

#55ccaf Color Hex

#55CCAF
(85,204,175)
0 Favorites   0 Comments

Color spaces of #55ccaf

RGB 85204175
HSL0.460.540.57
HSV165°58°80°
CMYK 0.580.000.14   0.20
XYZ33.077048.212248.1200
Yxy48.21220.25560.3726
Hunter Lab69.4350-36.47867.5152
CIE-Lab74.9586-40.36814.4835

#55ccaf color RGB value is (85,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001100 10101111
Octal 125 314 257
Decimal 85 204 175
Hex 55 CC AF

RGB Percentages of Color #55ccaf

%18.32
%43.97
%37.72

CMYK Percentages of Color #55ccaf

%58
%0
%14
%20

Triadic Colors of #55ccaf

#55ccaf #af55cc #ccaf55

Analogous Colors of #55ccaf

#55ccaf #55aecc #55cc74

Monochromatic Colors of #55ccaf

#55ccaf

Complementary Color

#55ccaf #cc5572

#55ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ccaf Color CSS Codes

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

#55ccaf Text Font Color

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

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


#55ccaf Background Color

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

This div background color is #55ccaf


#55ccaf Border Color

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

This div border color is #55ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ccaf


Comments

No comments written yet.

Please login to write comment.