Color Hex Logo

#9ddfaf Color Hex

#9DDFAF
(157,223,175)
0 Favorites   0 Comments

Color spaces of #9ddfaf

RGB 157223175
HSL0.380.510.75
HSV136°30°87°
CMYK 0.300.000.22   0.13
XYZ48.030263.038650.1936
Yxy63.03860.29780.3909
Hunter Lab79.3969-30.963018.0955
CIE-Lab83.4627-30.462816.9882

#9ddfaf color RGB value is (157,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011111 10101111
Octal 235 337 257
Decimal 157 223 175
Hex 9D DF AF

RGB Percentages of Color #9ddfaf

%28.29
%40.18
%31.53

CMYK Percentages of Color #9ddfaf

%30
%0
%22
%13

Triadic Colors of #9ddfaf

#9ddfaf #af9ddf #dfaf9d

Analogous Colors of #9ddfaf

#9ddfaf #9ddfd0 #acdf9d

Monochromatic Colors of #9ddfaf

#9ddfaf

Complementary Color

#9ddfaf #df9dcd

#9ddfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddfaf Color CSS Codes

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

#9ddfaf Text Font Color

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

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


#9ddfaf Background Color

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

This div background color is #9ddfaf


#9ddfaf Border Color

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

This div border color is #9ddfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddfaf


Comments

No comments written yet.

Please login to write comment.