Color Hex Logo

#5dccca Color Hex

#5DCCCA
(93,204,202)
0 Favorites   0 Comments

Color spaces of #5dccca

RGB 93204202
HSL0.500.520.58
HSV179°54°80°
CMYK 0.540.000.01   0.20
XYZ36.767749.777263.5472
Yxy49.77720.24500.3316
Hunter Lab70.5530-30.4449-4.0156
CIE-Lab75.9323-31.9430-8.6341

#5dccca color RGB value is (93,204,202).

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

The process color (four color CMYK) of #5dccca color hex is 0.54, 0.00, 0.01, 0.20. Web safe color of #5dccca is #66cccc. Color #5dccca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001100 11001010
Octal 135 314 312
Decimal 93 204 202
Hex 5D CC CA

RGB Percentages of Color #5dccca

%18.64
%40.88
%40.48

CMYK Percentages of Color #5dccca

%54
%0
%1
%20

Triadic Colors of #5dccca

#5dccca #ca5dcc #ccca5d

Analogous Colors of #5dccca

#5dccca #5d97cc #5dcc93

Monochromatic Colors of #5dccca

#5dccca

Complementary Color

#5dccca #cc5d5f

#5dccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dccca Color CSS Codes

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

#5dccca Text Font Color

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

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


#5dccca Background Color

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

This div background color is #5dccca


#5dccca Border Color

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

This div border color is #5dccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dccca


Comments

No comments written yet.

Please login to write comment.