Color Hex Logo

#b89cad Color Hex

#B89CAD
(184,156,173)
0 Favorites   0 Comments

Color spaces of #b89cad

RGB 184156173
HSL0.900.160.67
HSV324°15°72°
CMYK 0.000.150.06   0.28
XYZ39.198536.984444.6079
Yxy36.98440.32450.3062
Hunter Lab60.81488.6272-0.9191
CIE-Lab67.265313.2726-4.9804

#b89cad color RGB value is (184,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011100 10101101
Octal 270 234 255
Decimal 184 156 173
Hex B8 9C AD

RGB Percentages of Color #b89cad

%35.87
%30.41
%33.72

CMYK Percentages of Color #b89cad

%0
%15
%6
%28

Triadic Colors of #b89cad

#b89cad #adb89c #9cadb8

Analogous Colors of #b89cad

#b89cad #b89c9f #b59cb8

Monochromatic Colors of #b89cad

#b89cad

Complementary Color

#b89cad #9cb8a7

#b89cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89cad Color CSS Codes

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

#b89cad Text Font Color

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

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


#b89cad Background Color

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

This div background color is #b89cad


#b89cad Border Color

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

This div border color is #b89cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,156,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89cad


Comments

No comments written yet.

Please login to write comment.