Color Hex Logo

#9deca9 Color Hex

#9DECA9
(157,236,169)
0 Favorites   0 Comments

Color spaces of #9deca9

RGB 157236169
HSL0.360.680.77
HSV129°33°93°
CMYK 0.330.000.28   0.07
XYZ51.061570.023648.3608
Yxy70.02360.30130.4133
Hunter Lab83.6801-37.519724.3109
CIE-Lab87.0084-37.538225.0055

#9deca9 color RGB value is (157,236,169).

#9deca9 hex color red value is 157, green value is 236 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #9deca9 hue: 0.36 , saturation: 0.68 and the lightness value of 9deca9 is 0.77.

The process color (four color CMYK) of #9deca9 color hex is 0.33, 0.00, 0.28, 0.07. Web safe color of #9deca9 is #99ff99. Color #9deca9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101100 10101001
Octal 235 354 251
Decimal 157 236 169
Hex 9D EC A9

RGB Percentages of Color #9deca9

%27.94
%41.99
%30.07

CMYK Percentages of Color #9deca9

%33
%0
%28
%7

Triadic Colors of #9deca9

#9deca9 #a99dec #eca99d

Analogous Colors of #9deca9

#9deca9 #9decd1 #b9ec9d

Monochromatic Colors of #9deca9

#9deca9

Complementary Color

#9deca9 #ec9de0

#9deca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deca9 Color CSS Codes

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

#9deca9 Text Font Color

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

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


#9deca9 Background Color

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

This div background color is #9deca9


#9deca9 Border Color

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

This div border color is #9deca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deca9


Comments

No comments written yet.

Please login to write comment.