Color Hex Logo

#5dccdc Color Hex

#5DCCDC
(93,204,220)
0 Favorites   0 Comments

Color spaces of #5dccdc

RGB 93204220
HSL0.520.640.61
HSV188°58°86°
CMYK 0.580.070.00   0.14
XYZ39.025350.680275.4356
Yxy50.68020.23630.3069
Hunter Lab71.1900-26.7315-12.9929
CIE-Lab76.4849-27.0159-17.5143

#5dccdc color RGB value is (93,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001100 11011100
Octal 135 314 334
Decimal 93 204 220
Hex 5D CC DC

RGB Percentages of Color #5dccdc

%17.99
%39.46
%42.55

CMYK Percentages of Color #5dccdc

%58
%7
%0
%14

Triadic Colors of #5dccdc

#5dccdc #dc5dcc #ccdc5d

Analogous Colors of #5dccdc

#5dccdc #5d8ddc #5ddcad

Monochromatic Colors of #5dccdc

#5dccdc

Complementary Color

#5dccdc #dc6d5d

#5dccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dccdc Color CSS Codes

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

#5dccdc Text Font Color

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

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


#5dccdc Background Color

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

This div background color is #5dccdc


#5dccdc Border Color

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

This div border color is #5dccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dccdc


Comments

No comments written yet.

Please login to write comment.