Color Hex Logo

#5ccede Color Hex

#5CCEDE
(92,206,222)
0 Favorites   0 Comments

Color spaces of #5ccede

RGB 92206222
HSL0.520.660.62
HSV187°59°87°
CMYK 0.590.070.00   0.13
XYZ39.669851.691976.9940
Yxy51.69190.23560.3070
Hunter Lab71.8971-27.3311-13.1652
CIE-Lab77.0962-27.6164-17.6706

#5ccede color RGB value is (92,206,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001110 11011110
Octal 134 316 336
Decimal 92 206 222
Hex 5C CE DE

RGB Percentages of Color #5ccede

%17.69
%39.62
%42.69

CMYK Percentages of Color #5ccede

%59
%7
%0
%13

Triadic Colors of #5ccede

#5ccede #de5cce #cede5c

Analogous Colors of #5ccede

#5ccede #5c8dde #5cdead

Monochromatic Colors of #5ccede

#5ccede

Complementary Color

#5ccede #de6c5c

#5ccede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccede Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccede Color CSS Codes

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

#5ccede Text Font Color

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

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


#5ccede Background Color

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

This div background color is #5ccede


#5ccede Border Color

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

This div border color is #5ccede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccede


Comments

No comments written yet.

Please login to write comment.