Color Hex Logo

#b8aaad Color Hex

#B8AAAD
(184,170,173)
0 Favorites   0 Comments

Color spaces of #b8aaad

RGB 184170173
HSL0.960.090.69
HSV347°72°
CMYK 0.000.080.06   0.28
XYZ41.684741.956945.4366
Yxy41.95690.32290.3251
Hunter Lab64.77411.51703.7522
CIE-Lab70.84125.56710.2707

#b8aaad color RGB value is (184,170,173).

#b8aaad hex color red value is 184, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b8aaad hue: 0.96 , saturation: 0.09 and the lightness value of b8aaad is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101010 10101101
Octal 270 252 255
Decimal 184 170 173
Hex B8 AA AD

RGB Percentages of Color #b8aaad

%34.91
%32.26
%32.83

CMYK Percentages of Color #b8aaad

%0
%8
%6
%28

Triadic Colors of #b8aaad

#b8aaad #adb8aa #aaadb8

Analogous Colors of #b8aaad

#b8aaad #b8aeaa #b8aab4

Monochromatic Colors of #b8aaad

#b8aaad

Complementary Color

#b8aaad #aab8b5

#b8aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8aaad Color CSS Codes

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

#b8aaad Text Font Color

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

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


#b8aaad Background Color

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

This div background color is #b8aaad


#b8aaad Border Color

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

This div border color is #b8aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8aaad


Comments

No comments written yet.

Please login to write comment.