Color Hex Logo

#5ddede Color Hex

#5DDEDE
(93,222,222)
0 Favorites   0 Comments

Color spaces of #5ddede

RGB 93222222
HSL0.500.660.62
HSV180°58°87°
CMYK 0.580.000.00   0.13
XYZ43.820359.843678.3486
Yxy59.84360.24080.3288
Hunter Lab77.3586-34.2652-5.8977
CIE-Lab81.7531-35.0873-10.6804

#5ddede color RGB value is (93,222,222).

#5ddede hex color red value is 93, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5ddede hue: 0.50 , saturation: 0.66 and the lightness value of 5ddede is 0.62.

The process color (four color CMYK) of #5ddede color hex is 0.58, 0.00, 0.00, 0.13. Web safe color of #5ddede is #66cccc. Color #5ddede contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011110 11011110
Octal 135 336 336
Decimal 93 222 222
Hex 5D DE DE

RGB Percentages of Color #5ddede

%17.32
%41.34
%41.34

CMYK Percentages of Color #5ddede

%58
%0
%0
%13

Triadic Colors of #5ddede

#5ddede #de5dde #dede5d

Analogous Colors of #5ddede

#5ddede #5d9ede #5dde9e

Monochromatic Colors of #5ddede

#5ddede

Complementary Color

#5ddede #de5d5d

#5ddede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddede Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddede Color CSS Codes

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

#5ddede Text Font Color

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

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


#5ddede Background Color

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

This div background color is #5ddede


#5ddede Border Color

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

This div border color is #5ddede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddede


Comments

No comments written yet.

Please login to write comment.