Color Hex Logo

#9de5dd Color Hex

#9DE5DD
(157,229,221)
0 Favorites   0 Comments

Color spaces of #9de5dd

RGB 157229221
HSL0.480.580.76
HSV173°31°90°
CMYK 0.310.000.03   0.10
XYZ54.975168.427278.7169
Yxy68.42720.27200.3385
Hunter Lab82.7207-26.13261.4843
CIE-Lab86.2196-24.0082-3.2599

#9de5dd color RGB value is (157,229,221).

#9de5dd hex color red value is 157, green value is 229 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9de5dd hue: 0.48 , saturation: 0.58 and the lightness value of 9de5dd is 0.76.

The process color (four color CMYK) of #9de5dd color hex is 0.31, 0.00, 0.03, 0.10. Web safe color of #9de5dd is #99cccc. Color #9de5dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11100101 11011101
Octal 235 345 335
Decimal 157 229 221
Hex 9D E5 DD

RGB Percentages of Color #9de5dd

%25.86
%37.73
%36.41

CMYK Percentages of Color #9de5dd

%31
%0
%3
%10

Triadic Colors of #9de5dd

#9de5dd #dd9de5 #e5dd9d

Analogous Colors of #9de5dd

#9de5dd #9dc9e5 #9de5b9

Monochromatic Colors of #9de5dd

#9de5dd

Complementary Color

#9de5dd #e59da5

#9de5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9de5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9de5dd Color CSS Codes

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

#9de5dd Text Font Color

<p style="color:#9de5dd">Text here</p>

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


#9de5dd Background Color

<div style="background-color:#9de5dd">
Div content here</div>

This div background color is #9de5dd


#9de5dd Border Color

<div style="border:3px solid #9de5dd">
Div here</div>

This div border color is #9de5dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,229,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9de5dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9de5dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9de5dd;
  box-shadow:         1px 1px 3px 2px #9de5dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,229,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 #9de5dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9de5dd


Comments

No comments written yet.

Please login to write comment.