Color Hex Logo

#9ebfac Color Hex

#9EBFAC
(158,191,172)
0 Favorites   0 Comments

Color spaces of #9ebfac

RGB 158191172
HSL0.400.200.68
HSV145°17°75°
CMYK 0.170.000.10   0.25
XYZ40.177747.509346.0823
Yxy47.50930.30040.3552
Hunter Lab68.9270-16.57428.6096
CIE-Lab74.5144-14.89975.8991

#9ebfac color RGB value is (158,191,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111111 10101100
Octal 236 277 254
Decimal 158 191 172
Hex 9E BF AC

RGB Percentages of Color #9ebfac

%30.33
%36.66
%33.01

CMYK Percentages of Color #9ebfac

%17
%0
%10
%25

Triadic Colors of #9ebfac

#9ebfac #ac9ebf #bfac9e

Analogous Colors of #9ebfac

#9ebfac #9ebfbd #a1bf9e

Monochromatic Colors of #9ebfac

#9ebfac

Complementary Color

#9ebfac #bf9eb1

#9ebfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebfac Color CSS Codes

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

#9ebfac Text Font Color

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

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


#9ebfac Background Color

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

This div background color is #9ebfac


#9ebfac Border Color

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

This div border color is #9ebfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebfac


Comments

No comments written yet.

Please login to write comment.