Color Hex Logo

#9ebfa4 Color Hex

#9EBFA4
(158,191,164)
0 Favorites   0 Comments

Color spaces of #9ebfa4

RGB 158191164
HSL0.360.200.68
HSV131°17°75°
CMYK 0.170.000.14   0.25
XYZ39.432247.211042.1563
Yxy47.21100.30620.3665
Hunter Lab68.7103-17.803411.7206
CIE-Lab74.3245-16.41699.9633

#9ebfa4 color RGB value is (158,191,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111111 10100100
Octal 236 277 244
Decimal 158 191 164
Hex 9E BF A4

RGB Percentages of Color #9ebfa4

%30.80
%37.23
%31.97

CMYK Percentages of Color #9ebfa4

%17
%0
%14
%25

Triadic Colors of #9ebfa4

#9ebfa4 #a49ebf #bfa49e

Analogous Colors of #9ebfa4

#9ebfa4 #9ebfb5 #a9bf9e

Monochromatic Colors of #9ebfa4

#9ebfa4

Complementary Color

#9ebfa4 #bf9eb9

#9ebfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebfa4 Color CSS Codes

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

#9ebfa4 Text Font Color

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

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


#9ebfa4 Background Color

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

This div background color is #9ebfa4


#9ebfa4 Border Color

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

This div border color is #9ebfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebfa4


Comments

No comments written yet.

Please login to write comment.