Color Hex Logo

#b89aac Color Hex

#B89AAC
(184,154,172)
0 Favorites   0 Comments

Color spaces of #b89aac

RGB 184154172
HSL0.900.170.66
HSV324°16°72°
CMYK 0.000.160.07   0.28
XYZ38.769236.280143.9891
Yxy36.28010.32570.3048
Hunter Lab60.23309.4846-1.1374
CIE-Lab66.733414.2017-5.2075

#b89aac color RGB value is (184,154,172).

#b89aac hex color red value is 184, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b89aac hue: 0.90 , saturation: 0.17 and the lightness value of b89aac is 0.66.

The process color (four color CMYK) of #b89aac color hex is 0.00, 0.16, 0.07, 0.28. Web safe color of #b89aac is #cc9999. Color #b89aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011010 10101100
Octal 270 232 254
Decimal 184 154 172
Hex B8 9A AC

RGB Percentages of Color #b89aac

%36.08
%30.20
%33.73

CMYK Percentages of Color #b89aac

%0
%16
%7
%28

Triadic Colors of #b89aac

#b89aac #acb89a #9aacb8

Analogous Colors of #b89aac

#b89aac #b89a9d #b59ab8

Monochromatic Colors of #b89aac

#b89aac

Complementary Color

#b89aac #9ab8a6

#b89aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89aac Color CSS Codes

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

#b89aac Text Font Color

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

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


#b89aac Background Color

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

This div background color is #b89aac


#b89aac Border Color

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

This div border color is #b89aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89aac


Comments

No comments written yet.

Please login to write comment.