Color Hex Logo

#5ccaab Color Hex

#5CCAAB
(92,202,171)
0 Favorites   0 Comments

Color spaces of #5ccaab

RGB 92202171
HSL0.450.510.58
HSV163°54°79°
CMYK 0.540.000.15   0.21
XYZ32.884847.456645.9549
Yxy47.45660.26040.3758
Hunter Lab68.8888-35.34648.6704
CIE-Lab74.4809-38.99165.9799

#5ccaab color RGB value is (92,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001010 10101011
Octal 134 312 253
Decimal 92 202 171
Hex 5C CA AB

RGB Percentages of Color #5ccaab

%19.78
%43.44
%36.77

CMYK Percentages of Color #5ccaab

%54
%0
%15
%21

Triadic Colors of #5ccaab

#5ccaab #ab5cca #caab5c

Analogous Colors of #5ccaab

#5ccaab #5cb2ca #5cca74

Monochromatic Colors of #5ccaab

#5ccaab

Complementary Color

#5ccaab #ca5c7b

#5ccaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccaab Color CSS Codes

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

#5ccaab Text Font Color

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

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


#5ccaab Background Color

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

This div background color is #5ccaab


#5ccaab Border Color

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

This div border color is #5ccaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccaab


Comments

No comments written yet.

Please login to write comment.