Color Hex Logo

#9ebdaa Color Hex

#9EBDAA
(158,189,170)
0 Favorites   0 Comments

Color spaces of #9ebdaa

RGB 158189170
HSL0.400.190.68
HSV143°16°74°
CMYK 0.160.000.10   0.26
XYZ39.553846.566644.9337
Yxy46.56660.30180.3553
Hunter Lab68.2397-15.95558.7272
CIE-Lab73.9117-14.25446.1181

#9ebdaa color RGB value is (158,189,170).

#9ebdaa hex color red value is 158, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9ebdaa hue: 0.40 , saturation: 0.19 and the lightness value of 9ebdaa is 0.68.

The process color (four color CMYK) of #9ebdaa color hex is 0.16, 0.00, 0.10, 0.26. Web safe color of #9ebdaa is #99cc99. Color #9ebdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111101 10101010
Octal 236 275 252
Decimal 158 189 170
Hex 9E BD AA

RGB Percentages of Color #9ebdaa

%30.56
%36.56
%32.88

CMYK Percentages of Color #9ebdaa

%16
%0
%10
%26

Triadic Colors of #9ebdaa

#9ebdaa #aa9ebd #bdaa9e

Analogous Colors of #9ebdaa

#9ebdaa #9ebdba #a2bd9e

Monochromatic Colors of #9ebdaa

#9ebdaa

Complementary Color

#9ebdaa #bd9eb1

#9ebdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebdaa Color CSS Codes

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

#9ebdaa Text Font Color

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

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


#9ebdaa Background Color

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

This div background color is #9ebdaa


#9ebdaa Border Color

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

This div border color is #9ebdaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,189,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ebdaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ebdaa;
  -webkit-box-shadow: 1px 1px 3px 2px #9ebdaa;
  box-shadow:         1px 1px 3px 2px #9ebdaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,189,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebdaa


Comments

No comments written yet.

Please login to write comment.