Color Hex Logo

#5cccbb Color Hex

#5CCCBB
(92,204,187)
0 Favorites   0 Comments

Color spaces of #5cccbb

RGB 92204187
HSL0.470.520.58
HSV171°55°80°
CMYK 0.550.000.08   0.20
XYZ34.976149.048954.6377
Yxy49.04890.25220.3537
Hunter Lab70.0349-33.41652.7694
CIE-Lab75.4817-36.0171-1.2034

#5cccbb color RGB value is (92,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001100 10111011
Octal 134 314 273
Decimal 92 204 187
Hex 5C CC BB

RGB Percentages of Color #5cccbb

%19.05
%42.24
%38.72

CMYK Percentages of Color #5cccbb

%55
%0
%8
%20

Triadic Colors of #5cccbb

#5cccbb #bb5ccc #ccbb5c

Analogous Colors of #5cccbb

#5cccbb #5ca5cc #5ccc83

Monochromatic Colors of #5cccbb

#5cccbb

Complementary Color

#5cccbb #cc5c6d

#5cccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cccbb Color CSS Codes

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

#5cccbb Text Font Color

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

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


#5cccbb Background Color

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

This div background color is #5cccbb


#5cccbb Border Color

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

This div border color is #5cccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cccbb


Comments

No comments written yet.

Please login to write comment.