Color Hex Logo

#b9e9ac Color Hex

#B9E9AC
(185,233,172)
0 Favorites   0 Comments

Color spaces of #b9e9ac

RGB 185233172
HSL0.300.580.79
HSV107°26°91°
CMYK 0.210.000.26   0.09
XYZ56.592971.570749.8615
Yxy71.57070.31790.4020
Hunter Lab84.5995-28.641324.2751
CIE-Lab87.7615-26.607424.7416

#b9e9ac color RGB value is (185,233,172).

#b9e9ac hex color red value is 185, green value is 233 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b9e9ac hue: 0.30 , saturation: 0.58 and the lightness value of b9e9ac is 0.79.

The process color (four color CMYK) of #b9e9ac color hex is 0.21, 0.00, 0.26, 0.09. Web safe color of #b9e9ac is #ccff99. Color #b9e9ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101001 10101100
Octal 271 351 254
Decimal 185 233 172
Hex B9 E9 AC

RGB Percentages of Color #b9e9ac

%31.36
%39.49
%29.15

CMYK Percentages of Color #b9e9ac

%21
%0
%26
%9

Triadic Colors of #b9e9ac

#b9e9ac #acb9e9 #e9acb9

Analogous Colors of #b9e9ac

#b9e9ac #ace9be #d8e9ac

Monochromatic Colors of #b9e9ac

#b9e9ac

Complementary Color

#b9e9ac #dcace9

#b9e9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9e9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9e9ac Color CSS Codes

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

#b9e9ac Text Font Color

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

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


#b9e9ac Background Color

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

This div background color is #b9e9ac


#b9e9ac Border Color

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

This div border color is #b9e9ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,233,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9e9ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9e9ac;
  -webkit-box-shadow: 1px 1px 3px 2px #b9e9ac;
  box-shadow:         1px 1px 3px 2px #b9e9ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,233,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 #b9e9ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9e9ac


Comments

No comments written yet.

Please login to write comment.