Color Hex Logo

#b89d9e Color Hex

#B89D9E
(184,157,158)
0 Favorites   0 Comments

Color spaces of #b89d9e

RGB 184157158
HSL0.990.160.67
HSV358°15°72°
CMYK 0.000.150.14   0.28
XYZ37.995736.772937.4430
Yxy36.77290.33860.3277
Hunter Lab60.64075.72185.8394
CIE-Lab67.106310.11173.1667

#b89d9e color RGB value is (184,157,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011101 10011110
Octal 270 235 236
Decimal 184 157 158
Hex B8 9D 9E

RGB Percentages of Color #b89d9e

%36.87
%31.46
%31.66

CMYK Percentages of Color #b89d9e

%0
%15
%14
%28

Triadic Colors of #b89d9e

#b89d9e #9eb89d #9d9eb8

Analogous Colors of #b89d9e

#b89d9e #b8aa9d #b89dac

Monochromatic Colors of #b89d9e

#b89d9e

Complementary Color

#b89d9e #9db8b7

#b89d9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89d9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89d9e Color CSS Codes

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

#b89d9e Text Font Color

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

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


#b89d9e Background Color

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

This div background color is #b89d9e


#b89d9e Border Color

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

This div border color is #b89d9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89d9e


Comments

No comments written yet.

Please login to write comment.