Color Hex Logo

#b5aaad Color Hex

#B5AAAD
(181,170,173)
0 Favorites   0 Comments

Color spaces of #b5aaad

RGB 181170173
HSL0.950.070.69
HSV344°71°
CMYK 0.000.060.04   0.29
XYZ40.973641.590345.4034
Yxy41.59030.32020.3250
Hunter Lab64.49050.55023.4013
CIE-Lab70.58754.4880-0.1303

#b5aaad color RGB value is (181,170,173).

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

The process color (four color CMYK) of #b5aaad color hex is 0.00, 0.06, 0.04, 0.29. Web safe color of #b5aaad is #cc9999. Color #b5aaad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101010 10101101
Octal 265 252 255
Decimal 181 170 173
Hex B5 AA AD

RGB Percentages of Color #b5aaad

%34.54
%32.44
%33.02

CMYK Percentages of Color #b5aaad

%0
%6
%4
%29

Triadic Colors of #b5aaad

#b5aaad #adb5aa #aaadb5

Analogous Colors of #b5aaad

#b5aaad #b5adaa #b5aab3

Monochromatic Colors of #b5aaad

#b5aaad

Complementary Color

#b5aaad #aab5b2

#b5aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aaad Color CSS Codes

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

#b5aaad Text Font Color

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

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


#b5aaad Background Color

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

This div background color is #b5aaad


#b5aaad Border Color

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

This div border color is #b5aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aaad


Comments

No comments written yet.

Please login to write comment.