Color Hex Logo

#9ebfaa Color Hex

#9EBFAA
(158,191,170)
0 Favorites   0 Comments

Color spaces of #9ebfaa

RGB 158191170
HSL0.390.200.68
HSV142°17°75°
CMYK 0.170.000.11   0.25
XYZ39.987147.433045.0782
Yxy47.43300.30180.3580
Hunter Lab68.8716-16.88769.4033
CIE-Lab74.4659-15.28516.9142

#9ebfaa color RGB value is (158,191,170).

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

The process color (four color CMYK) of #9ebfaa color hex is 0.17, 0.00, 0.11, 0.25. Web safe color of #9ebfaa is #99cc99. Color #9ebfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111111 10101010
Octal 236 277 252
Decimal 158 191 170
Hex 9E BF AA

RGB Percentages of Color #9ebfaa

%30.44
%36.80
%32.76

CMYK Percentages of Color #9ebfaa

%17
%0
%11
%25

Triadic Colors of #9ebfaa

#9ebfaa #aa9ebf #bfaa9e

Analogous Colors of #9ebfaa

#9ebfaa #9ebfbb #a3bf9e

Monochromatic Colors of #9ebfaa

#9ebfaa

Complementary Color

#9ebfaa #bf9eb3

#9ebfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebfaa Color CSS Codes

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

#9ebfaa Text Font Color

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

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


#9ebfaa Background Color

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

This div background color is #9ebfaa


#9ebfaa Border Color

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

This div border color is #9ebfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebfaa


Comments

No comments written yet.

Please login to write comment.