Color Hex Logo

#5cccaa Color Hex

#5CCCAA
(92,204,170)
0 Favorites   0 Comments

Color spaces of #5cccaa

RGB 92204170
HSL0.450.520.58
HSV162°55°80°
CMYK 0.550.000.17   0.20
XYZ33.262248.363345.6122
Yxy48.36330.26140.3801
Hunter Lab69.5437-36.32649.7936
CIE-Lab75.0535-40.12207.3410

#5cccaa color RGB value is (92,204,170).

#5cccaa hex color red value is 92, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5cccaa hue: 0.45 , saturation: 0.52 and the lightness value of 5cccaa is 0.58.

The process color (four color CMYK) of #5cccaa color hex is 0.55, 0.00, 0.17, 0.20. Web safe color of #5cccaa is #66cc99. Color #5cccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001100 10101010
Octal 134 314 252
Decimal 92 204 170
Hex 5C CC AA

RGB Percentages of Color #5cccaa

%19.74
%43.78
%36.48

CMYK Percentages of Color #5cccaa

%55
%0
%17
%20

Triadic Colors of #5cccaa

#5cccaa #aa5ccc #ccaa5c

Analogous Colors of #5cccaa

#5cccaa #5cb6cc #5ccc72

Monochromatic Colors of #5cccaa

#5cccaa

Complementary Color

#5cccaa #cc5c7e

#5cccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cccaa Color CSS Codes

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

#5cccaa Text Font Color

<p style="color:#5cccaa">Text here</p>

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


#5cccaa Background Color

<div style="background-color:#5cccaa">
Div content here</div>

This div background color is #5cccaa


#5cccaa Border Color

<div style="border:3px solid #5cccaa">
Div here</div>

This div border color is #5cccaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,204,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cccaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cccaa;
  -webkit-box-shadow: 1px 1px 3px 2px #5cccaa;
  box-shadow:         1px 1px 3px 2px #5cccaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cccaa


Comments

No comments written yet.

Please login to write comment.