Color Hex Logo

#5cccd9 Color Hex

#5CCCD9
(92,204,217)
0 Favorites   0 Comments

Color spaces of #5cccd9

RGB 92204217
HSL0.520.620.61
HSV186°58°85°
CMYK 0.580.060.00   0.15
XYZ38.530950.470873.3567
Yxy50.47080.23730.3109
Hunter Lab71.0428-27.5133-11.4911
CIE-Lab76.3573-28.0421-16.0934

#5cccd9 color RGB value is (92,204,217).

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

The process color (four color CMYK) of #5cccd9 color hex is 0.58, 0.06, 0.00, 0.15. Web safe color of #5cccd9 is #66cccc. Color #5cccd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001100 11011001
Octal 134 314 331
Decimal 92 204 217
Hex 5C CC D9

RGB Percentages of Color #5cccd9

%17.93
%39.77
%42.30

CMYK Percentages of Color #5cccd9

%58
%6
%0
%15

Triadic Colors of #5cccd9

#5cccd9 #d95ccc #ccd95c

Analogous Colors of #5cccd9

#5cccd9 #5c8ed9 #5cd9a8

Monochromatic Colors of #5cccd9

#5cccd9

Complementary Color

#5cccd9 #d9695c

#5cccd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cccd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cccd9 Color CSS Codes

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

#5cccd9 Text Font Color

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

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


#5cccd9 Background Color

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

This div background color is #5cccd9


#5cccd9 Border Color

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

This div border color is #5cccd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cccd9


Comments

No comments written yet.

Please login to write comment.