Color Hex Logo

#5ccdaa Color Hex

#5CCDAA
(92,205,170)
0 Favorites   0 Comments

Color spaces of #5ccdaa

RGB 92205170
HSL0.450.530.58
HSV161°55°80°
CMYK 0.550.000.17   0.20
XYZ33.500748.840245.6916
Yxy48.84020.26170.3815
Hunter Lab69.8858-36.733710.1560
CIE-Lab75.3518-40.56777.7685

#5ccdaa color RGB value is (92,205,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001101 10101010
Octal 134 315 252
Decimal 92 205 170
Hex 5C CD AA

RGB Percentages of Color #5ccdaa

%19.70
%43.90
%36.40

CMYK Percentages of Color #5ccdaa

%55
%0
%17
%20

Triadic Colors of #5ccdaa

#5ccdaa #aa5ccd #cdaa5c

Analogous Colors of #5ccdaa

#5ccdaa #5cb8cd #5ccd72

Monochromatic Colors of #5ccdaa

#5ccdaa

Complementary Color

#5ccdaa #cd5c7f

#5ccdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccdaa Color CSS Codes

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

#5ccdaa Text Font Color

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

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


#5ccdaa Background Color

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

This div background color is #5ccdaa


#5ccdaa Border Color

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

This div border color is #5ccdaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,205,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 #5ccdaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccdaa


Comments

No comments written yet.

Please login to write comment.