Color Hex Logo

#9ebaa5 Color Hex

#9EBAA5
(158,186,165)
0 Favorites   0 Comments

Color spaces of #9ebaa5

RGB 158186165
HSL0.380.170.67
HSV135°15°73°
CMYK 0.150.000.11   0.27
XYZ38.451045.103542.2766
Yxy45.10350.30560.3584
Hunter Lab67.1591-15.33099.6884
CIE-Lab72.9600-13.65437.4721

#9ebaa5 color RGB value is (158,186,165).

#9ebaa5 hex color red value is 158, green value is 186 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #9ebaa5 hue: 0.38 , saturation: 0.17 and the lightness value of 9ebaa5 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 10100101
Octal 236 272 245
Decimal 158 186 165
Hex 9E BA A5

RGB Percentages of Color #9ebaa5

%31.04
%36.54
%32.42

CMYK Percentages of Color #9ebaa5

%15
%0
%11
%27

Triadic Colors of #9ebaa5

#9ebaa5 #a59eba #baa59e

Analogous Colors of #9ebaa5

#9ebaa5 #9ebab3 #a5ba9e

Monochromatic Colors of #9ebaa5

#9ebaa5

Complementary Color

#9ebaa5 #ba9eb3

#9ebaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebaa5 Color CSS Codes

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

#9ebaa5 Text Font Color

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

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


#9ebaa5 Background Color

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

This div background color is #9ebaa5


#9ebaa5 Border Color

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

This div border color is #9ebaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebaa5


Comments

No comments written yet.

Please login to write comment.