Color Hex Logo

#5cccab Color Hex

#5CCCAB
(92,204,171)
0 Favorites   0 Comments

Color spaces of #5cccab

RGB 92204171
HSL0.450.520.58
HSV162°55°80°
CMYK 0.550.000.16   0.20
XYZ33.357248.401346.1124
Yxy48.40130.26090.3785
Hunter Lab69.5710-36.16409.4017
CIE-Lab75.0773-39.88976.8371

#5cccab color RGB value is (92,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001100 10101011
Octal 134 314 253
Decimal 92 204 171
Hex 5C CC AB

RGB Percentages of Color #5cccab

%19.70
%43.68
%36.62

CMYK Percentages of Color #5cccab

%55
%0
%16
%20

Triadic Colors of #5cccab

#5cccab #ab5ccc #ccab5c

Analogous Colors of #5cccab

#5cccab #5cb5cc #5ccc73

Monochromatic Colors of #5cccab

#5cccab

Complementary Color

#5cccab #cc5c7d

#5cccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cccab Color CSS Codes

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

#5cccab Text Font Color

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

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


#5cccab Background Color

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

This div background color is #5cccab


#5cccab Border Color

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

This div border color is #5cccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cccab


Comments

No comments written yet.

Please login to write comment.