Color Hex Logo

#b09eac Color Hex

#B09EAC
(176,158,172)
0 Favorites   0 Comments

Color spaces of #b09eac

RGB 176158172
HSL0.870.100.65
HSV313°10°69°
CMYK 0.000.100.02   0.31
XYZ37.577736.662444.1257
Yxy36.66240.31750.3097
Hunter Lab60.54954.8175-0.8232
CIE-Lab67.02309.1152-4.8611

#b09eac color RGB value is (176,158,172).

#b09eac hex color red value is 176, green value is 158 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b09eac hue: 0.87 , saturation: 0.10 and the lightness value of b09eac is 0.65.

The process color (four color CMYK) of #b09eac color hex is 0.00, 0.10, 0.02, 0.31. Web safe color of #b09eac is #999999. Color #b09eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011110 10101100
Octal 260 236 254
Decimal 176 158 172
Hex B0 9E AC

RGB Percentages of Color #b09eac

%34.78
%31.23
%33.99

CMYK Percentages of Color #b09eac

%0
%10
%2
%31

Triadic Colors of #b09eac

#b09eac #acb09e #9eacb0

Analogous Colors of #b09eac

#b09eac #b09ea3 #ab9eb0

Monochromatic Colors of #b09eac

#b09eac

Complementary Color

#b09eac #9eb0a2

#b09eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09eac Color CSS Codes

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

#b09eac Text Font Color

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

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


#b09eac Background Color

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

This div background color is #b09eac


#b09eac Border Color

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

This div border color is #b09eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09eac


Comments

No comments written yet.

Please login to write comment.