Color Hex Logo

#5cd2dc Color Hex

#5CD2DC
(92,210,220)
0 Favorites   0 Comments

Color spaces of #5cd2dc

RGB 92210220
HSL0.510.650.61
HSV185°58°86°
CMYK 0.580.050.00   0.14
XYZ40.378553.535875.9154
Yxy53.53580.23780.3152
Hunter Lab73.1682-29.5375-10.2984
CIE-Lab78.1903-30.1201-14.9484

#5cd2dc color RGB value is (92,210,220).

#5cd2dc hex color red value is 92, green value is 210 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5cd2dc hue: 0.51 , saturation: 0.65 and the lightness value of 5cd2dc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11010010 11011100
Octal 134 322 334
Decimal 92 210 220
Hex 5C D2 DC

RGB Percentages of Color #5cd2dc

%17.62
%40.23
%42.15

CMYK Percentages of Color #5cd2dc

%58
%5
%0
%14

Triadic Colors of #5cd2dc

#5cd2dc #dc5cd2 #d2dc5c

Analogous Colors of #5cd2dc

#5cd2dc #5c92dc #5cdca6

Monochromatic Colors of #5cd2dc

#5cd2dc

Complementary Color

#5cd2dc #dc665c

#5cd2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cd2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cd2dc Color CSS Codes

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

#5cd2dc Text Font Color

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

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


#5cd2dc Background Color

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

This div background color is #5cd2dc


#5cd2dc Border Color

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

This div border color is #5cd2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cd2dc


Comments

No comments written yet.

Please login to write comment.