Color Hex Logo

#5de8dd Color Hex

#5DE8DD
(93,232,221)
0 Favorites   0 Comments

Color spaces of #5de8dd

RGB 93232221
HSL0.490.750.64
HSV175°60°91°
CMYK 0.600.000.05   0.09
XYZ46.422065.260878.5565
Yxy65.26080.24400.3430
Hunter Lab80.7842-38.7986-1.1061
CIE-Lab84.6179-39.9379-5.8994

#5de8dd color RGB value is (93,232,221).

#5de8dd hex color red value is 93, green value is 232 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5de8dd hue: 0.49 , saturation: 0.75 and the lightness value of 5de8dd is 0.64.

The process color (four color CMYK) of #5de8dd color hex is 0.60, 0.00, 0.05, 0.09. Web safe color of #5de8dd is #66ffcc. Color #5de8dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101000 11011101
Octal 135 350 335
Decimal 93 232 221
Hex 5D E8 DD

RGB Percentages of Color #5de8dd

%17.03
%42.49
%40.48

CMYK Percentages of Color #5de8dd

%60
%0
%5
%9

Triadic Colors of #5de8dd

#5de8dd #dd5de8 #e8dd5d

Analogous Colors of #5de8dd

#5de8dd #5daee8 #5de898

Monochromatic Colors of #5de8dd

#5de8dd

Complementary Color

#5de8dd #e85d68

#5de8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5de8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5de8dd Color CSS Codes

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

#5de8dd Text Font Color

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

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


#5de8dd Background Color

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

This div background color is #5de8dd


#5de8dd Border Color

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

This div border color is #5de8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5de8dd


Comments

No comments written yet.

Please login to write comment.