Color Hex Logo

#b4989e Color Hex

#B4989E
(180,152,158)
0 Favorites   0 Comments

Color spaces of #b4989e

RGB 180152158
HSL0.960.160.65
HSV347°16°71°
CMYK 0.000.160.12   0.29
XYZ36.222234.628437.1226
Yxy34.62840.33550.3207
Hunter Lab58.84596.89423.7894
CIE-Lab65.458311.39280.7262

#b4989e color RGB value is (180,152,158).

#b4989e hex color red value is 180, green value is 152 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b4989e hue: 0.96 , saturation: 0.16 and the lightness value of b4989e is 0.65.

The process color (four color CMYK) of #b4989e color hex is 0.00, 0.16, 0.12, 0.29. Web safe color of #b4989e is #cc9999. Color #b4989e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 10011110
Octal 264 230 236
Decimal 180 152 158
Hex B4 98 9E

RGB Percentages of Color #b4989e

%36.73
%31.02
%32.24

CMYK Percentages of Color #b4989e

%0
%16
%12
%29

Triadic Colors of #b4989e

#b4989e #9eb498 #989eb4

Analogous Colors of #b4989e

#b4989e #b4a098 #b498ac

Monochromatic Colors of #b4989e

#b4989e

Complementary Color

#b4989e #98b4ae

#b4989e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4989e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4989e Color CSS Codes

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

#b4989e Text Font Color

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

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


#b4989e Background Color

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

This div background color is #b4989e


#b4989e Border Color

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

This div border color is #b4989e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,152,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b4989e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4989e


Comments

No comments written yet.

Please login to write comment.