Color Hex Logo

#5cccda Color Hex

#5CCCDA
(92,204,218)
0 Favorites   0 Comments

Color spaces of #5cccda

RGB 92204218
HSL0.520.630.61
HSV187°58°85°
CMYK 0.580.060.00   0.15
XYZ38.661450.523074.0439
Yxy50.52300.23690.3095
Hunter Lab71.0795-27.2999-12.0070
CIE-Lab76.3892-27.7620-16.5843

#5cccda color RGB value is (92,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001100 11011010
Octal 134 314 332
Decimal 92 204 218
Hex 5C CC DA

RGB Percentages of Color #5cccda

%17.90
%39.69
%42.41

CMYK Percentages of Color #5cccda

%58
%6
%0
%15

Triadic Colors of #5cccda

#5cccda #da5ccc #ccda5c

Analogous Colors of #5cccda

#5cccda #5c8dda #5cdaa9

Monochromatic Colors of #5cccda

#5cccda

Complementary Color

#5cccda #da6a5c

#5cccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cccda Color CSS Codes

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

#5cccda Text Font Color

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

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


#5cccda Background Color

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

This div background color is #5cccda


#5cccda Border Color

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

This div border color is #5cccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cccda


Comments

No comments written yet.

Please login to write comment.