Color Hex Logo

#5ddee5 Color Hex

#5DDEE5
(93,222,229)
0 Favorites   0 Comments

Color spaces of #5ddee5

RGB 93222229
HSL0.510.720.63
HSV183°59°90°
CMYK 0.590.030.00   0.10
XYZ44.778360.226983.3936
Yxy60.22690.23770.3197
Hunter Lab77.6060-32.8168-9.3875
CIE-Lab81.9614-33.1904-14.0884

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

#5ddee5 hex color red value is 93, green value is 222 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #5ddee5 hue: 0.51 , saturation: 0.72 and the lightness value of 5ddee5 is 0.63.

The process color (four color CMYK) of #5ddee5 color hex is 0.59, 0.03, 0.00, 0.10. Web safe color of #5ddee5 is #66cccc. Color #5ddee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011110 11100101
Octal 135 336 345
Decimal 93 222 229
Hex 5D DE E5

RGB Percentages of Color #5ddee5

%17.10
%40.81
%42.10

CMYK Percentages of Color #5ddee5

%59
%3
%0
%10

Triadic Colors of #5ddee5

#5ddee5 #e55dde #dee55d

Analogous Colors of #5ddee5

#5ddee5 #5d9ae5 #5de5a8

Monochromatic Colors of #5ddee5

#5ddee5

Complementary Color

#5ddee5 #e5645d

#5ddee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddee5 Color CSS Codes

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

#5ddee5 Text Font Color

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

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


#5ddee5 Background Color

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

This div background color is #5ddee5


#5ddee5 Border Color

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

This div border color is #5ddee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddee5


Comments

No comments written yet.

Please login to write comment.