Color Hex Logo

#b89eac Color Hex

#B89EAC
(184,158,172)
0 Favorites   0 Comments

Color spaces of #b89eac

RGB 184158172
HSL0.910.150.67
HSV328°14°72°
CMYK 0.000.140.07   0.28
XYZ39.440437.622644.2129
Yxy37.62260.32520.3102
Hunter Lab61.33737.43690.1989
CIE-Lab67.741511.9840-3.7196

#b89eac color RGB value is (184,158,172).

#b89eac hex color red value is 184, green value is 158 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b89eac hue: 0.91 , saturation: 0.15 and the lightness value of b89eac is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011110 10101100
Octal 270 236 254
Decimal 184 158 172
Hex B8 9E AC

RGB Percentages of Color #b89eac

%35.80
%30.74
%33.46

CMYK Percentages of Color #b89eac

%0
%14
%7
%28

Triadic Colors of #b89eac

#b89eac #acb89e #9eacb8

Analogous Colors of #b89eac

#b89eac #b89e9f #b79eb8

Monochromatic Colors of #b89eac

#b89eac

Complementary Color

#b89eac #9eb8aa

#b89eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89eac Color CSS Codes

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

#b89eac Text Font Color

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

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


#b89eac Background Color

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

This div background color is #b89eac


#b89eac Border Color

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

This div border color is #b89eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89eac


Comments

No comments written yet.

Please login to write comment.