Color Hex Logo

#9ddbad Color Hex

#9DDBAD
(157,219,173)
0 Favorites   0 Comments

Color spaces of #9ddbad

RGB 157219173
HSL0.380.460.74
HSV135°28°86°
CMYK 0.280.000.21   0.14
XYZ46.779060.848348.8145
Yxy60.84830.29900.3890
Hunter Lab78.0053-29.464717.5010
CIE-Lab82.2971-28.927516.4068

#9ddbad color RGB value is (157,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011011 10101101
Octal 235 333 255
Decimal 157 219 173
Hex 9D DB AD

RGB Percentages of Color #9ddbad

%28.60
%39.89
%31.51

CMYK Percentages of Color #9ddbad

%28
%0
%21
%14

Triadic Colors of #9ddbad

#9ddbad #ad9ddb #dbad9d

Analogous Colors of #9ddbad

#9ddbad #9ddbcc #acdb9d

Monochromatic Colors of #9ddbad

#9ddbad

Complementary Color

#9ddbad #db9dcb

#9ddbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddbad Color CSS Codes

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

#9ddbad Text Font Color

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

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


#9ddbad Background Color

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

This div background color is #9ddbad


#9ddbad Border Color

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

This div border color is #9ddbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddbad

#9ddbad Color Palettes


Comments

No comments written yet.

Please login to write comment.