Color Hex Logo

#9ddbb9 Color Hex

#9DDBB9
(157,219,185)
0 Favorites   0 Comments

Color spaces of #9ddbb9

RGB 157219185
HSL0.410.460.74
HSV147°28°86°
CMYK 0.280.000.16   0.14
XYZ47.993161.333955.2081
Yxy61.33390.29170.3728
Hunter Lab78.3160-27.665713.0252
CIE-Lab82.5579-26.665510.4457

#9ddbb9 color RGB value is (157,219,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011011 10111001
Octal 235 333 271
Decimal 157 219 185
Hex 9D DB B9

RGB Percentages of Color #9ddbb9

%27.99
%39.04
%32.98

CMYK Percentages of Color #9ddbb9

%28
%0
%16
%14

Triadic Colors of #9ddbb9

#9ddbb9 #b99ddb #dbb99d

Analogous Colors of #9ddbb9

#9ddbb9 #9ddbd8 #a0db9d

Monochromatic Colors of #9ddbb9

#9ddbb9

Complementary Color

#9ddbb9 #db9dbf

#9ddbb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddbb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddbb9 Color CSS Codes

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

#9ddbb9 Text Font Color

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

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


#9ddbb9 Background Color

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

This div background color is #9ddbb9


#9ddbb9 Border Color

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

This div border color is #9ddbb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddbb9


Comments

No comments written yet.

Please login to write comment.