Color Hex Logo

#5cccde Color Hex

#5CCCDE
(92,204,222)
0 Favorites   0 Comments

Color spaces of #5cccde

RGB 92204222
HSL0.520.660.62
HSV188°59°87°
CMYK 0.590.080.00   0.13
XYZ39.191350.735076.8345
Yxy50.73500.23500.3042
Hunter Lab71.2285-26.4357-14.0964
CIE-Lab76.5182-26.6333-18.5441

#5cccde color RGB value is (92,204,222).

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

The process color (four color CMYK) of #5cccde color hex is 0.59, 0.08, 0.00, 0.13. Web safe color of #5cccde is #66cccc. Color #5cccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001100 11011110
Octal 134 314 336
Decimal 92 204 222
Hex 5C CC DE

RGB Percentages of Color #5cccde

%17.76
%39.38
%42.86

CMYK Percentages of Color #5cccde

%59
%8
%0
%13

Triadic Colors of #5cccde

#5cccde #de5ccc #ccde5c

Analogous Colors of #5cccde

#5cccde #5c8bde #5cdeaf

Monochromatic Colors of #5cccde

#5cccde

Complementary Color

#5cccde #de6e5c

#5cccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cccde Color CSS Codes

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

#5cccde Text Font Color

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

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


#5cccde Background Color

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

This div background color is #5cccde


#5cccde Border Color

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

This div border color is #5cccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cccde


Comments

No comments written yet.

Please login to write comment.