Color Hex Logo

#9ddeaf Color Hex

#9DDEAF
(157,222,175)
0 Favorites   0 Comments

Color spaces of #9ddeaf

RGB 157222175
HSL0.380.500.74
HSV137°29°87°
CMYK 0.290.000.21   0.13
XYZ47.763862.505850.1048
Yxy62.50580.29780.3897
Hunter Lab79.0606-30.516817.7673
CIE-Lab83.1817-29.989216.5949

#9ddeaf color RGB value is (157,222,175).

#9ddeaf hex color red value is 157, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9ddeaf hue: 0.38 , saturation: 0.50 and the lightness value of 9ddeaf is 0.74.

The process color (four color CMYK) of #9ddeaf color hex is 0.29, 0.00, 0.21, 0.13. Web safe color of #9ddeaf is #99cc99. Color #9ddeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011110 10101111
Octal 235 336 257
Decimal 157 222 175
Hex 9D DE AF

RGB Percentages of Color #9ddeaf

%28.34
%40.07
%31.59

CMYK Percentages of Color #9ddeaf

%29
%0
%21
%13

Triadic Colors of #9ddeaf

#9ddeaf #af9dde #deaf9d

Analogous Colors of #9ddeaf

#9ddeaf #9dded0 #acde9d

Monochromatic Colors of #9ddeaf

#9ddeaf

Complementary Color

#9ddeaf #de9dcc

#9ddeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddeaf Color CSS Codes

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

#9ddeaf Text Font Color

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

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


#9ddeaf Background Color

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

This div background color is #9ddeaf


#9ddeaf Border Color

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

This div border color is #9ddeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddeaf


Comments

No comments written yet.

Please login to write comment.