Color Hex Logo

#b98eac Color Hex

#B98EAC
(185,142,172)
0 Favorites   0 Comments

Color spaces of #b98eac

RGB 185142172
HSL0.880.230.64
HSV318°23°73°
CMYK 0.000.230.07   0.27
XYZ37.127032.638843.3728
Yxy32.63880.32820.2885
Hunter Lab57.130416.0226-5.0211
CIE-Lab63.867421.2439-9.4552

#b98eac color RGB value is (185,142,172).

#b98eac hex color red value is 185, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b98eac hue: 0.88 , saturation: 0.23 and the lightness value of b98eac is 0.64.

The process color (four color CMYK) of #b98eac color hex is 0.00, 0.23, 0.07, 0.27. Web safe color of #b98eac is #cc9999. Color #b98eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001110 10101100
Octal 271 216 254
Decimal 185 142 172
Hex B9 8E AC

RGB Percentages of Color #b98eac

%37.07
%28.46
%34.47

CMYK Percentages of Color #b98eac

%0
%23
%7
%27

Triadic Colors of #b98eac

#b98eac #acb98e #8eacb9

Analogous Colors of #b98eac

#b98eac #b98e97 #b18eb9

Monochromatic Colors of #b98eac

#b98eac

Complementary Color

#b98eac #8eb99b

#b98eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98eac Color CSS Codes

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

#b98eac Text Font Color

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

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


#b98eac Background Color

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

This div background color is #b98eac


#b98eac Border Color

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

This div border color is #b98eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98eac


Comments

No comments written yet.

Please login to write comment.