Color Hex Logo

#5ccaaa Color Hex

#5CCAAA
(92,202,170)
0 Favorites   0 Comments

Color spaces of #5ccaaa

RGB 92202170
HSL0.450.510.58
HSV163°54°79°
CMYK 0.540.000.16   0.21
XYZ32.789947.418745.4547
Yxy47.41870.26090.3773
Hunter Lab68.8612-35.51029.0661
CIE-Lab74.4568-39.22576.4846

#5ccaaa color RGB value is (92,202,170).

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

The process color (four color CMYK) of #5ccaaa color hex is 0.54, 0.00, 0.16, 0.21. Web safe color of #5ccaaa is #66cc99. Color #5ccaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001010 10101010
Octal 134 312 252
Decimal 92 202 170
Hex 5C CA AA

RGB Percentages of Color #5ccaaa

%19.83
%43.53
%36.64

CMYK Percentages of Color #5ccaaa

%54
%0
%16
%21

Triadic Colors of #5ccaaa

#5ccaaa #aa5cca #caaa5c

Analogous Colors of #5ccaaa

#5ccaaa #5cb3ca #5cca73

Monochromatic Colors of #5ccaaa

#5ccaaa

Complementary Color

#5ccaaa #ca5c7c

#5ccaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccaaa Color CSS Codes

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

#5ccaaa Text Font Color

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

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


#5ccaaa Background Color

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

This div background color is #5ccaaa


#5ccaaa Border Color

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

This div border color is #5ccaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccaaa


Comments

No comments written yet.

Please login to write comment.