Color Hex Logo

#9ddcad Color Hex

#9DDCAD
(157,220,173)
0 Favorites   0 Comments

Color spaces of #9ddcad

RGB 157220173
HSL0.380.470.74
HSV135°29°86°
CMYK 0.290.000.21   0.14
XYZ47.040761.371648.9018
Yxy61.37160.29900.3901
Hunter Lab78.3400-29.911517.8277
CIE-Lab82.5781-29.403816.8001

#9ddcad color RGB value is (157,220,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011100 10101101
Octal 235 334 255
Decimal 157 220 173
Hex 9D DC AD

RGB Percentages of Color #9ddcad

%28.55
%40.00
%31.45

CMYK Percentages of Color #9ddcad

%29
%0
%21
%14

Triadic Colors of #9ddcad

#9ddcad #ad9ddc #dcad9d

Analogous Colors of #9ddcad

#9ddcad #9ddccd #addc9d

Monochromatic Colors of #9ddcad

#9ddcad

Complementary Color

#9ddcad #dc9dcc

#9ddcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddcad Color CSS Codes

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

#9ddcad Text Font Color

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

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


#9ddcad Background Color

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

This div background color is #9ddcad


#9ddcad Border Color

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

This div border color is #9ddcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddcad


Comments

No comments written yet.

Please login to write comment.