Color Hex Logo

#b4aab7 Color Hex

#B4AAB7
(180,170,183)
0 Favorites   0 Comments

Color spaces of #b4aab7

RGB 180170183
HSL0.790.080.69
HSV286°72°
CMYK 0.020.070.00   0.28
XYZ41.744441.871650.6816
Yxy41.87160.31080.3118
Hunter Lab64.70831.9139-1.1420
CIE-Lab70.78236.0022-5.3736

#b4aab7 color RGB value is (180,170,183).

#b4aab7 hex color red value is 180, green value is 170 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #b4aab7 hue: 0.79 , saturation: 0.08 and the lightness value of b4aab7 is 0.69.

The process color (four color CMYK) of #b4aab7 color hex is 0.02, 0.07, 0.00, 0.28. Web safe color of #b4aab7 is #cc99cc. Color #b4aab7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101010 10110111
Octal 264 252 267
Decimal 180 170 183
Hex B4 AA B7

RGB Percentages of Color #b4aab7

%33.77
%31.89
%34.33

CMYK Percentages of Color #b4aab7

%2
%7
%0
%28

Triadic Colors of #b4aab7

#b4aab7 #b7b4aa #aab7b4

Analogous Colors of #b4aab7

#b4aab7 #b7aab4 #aeaab7

Monochromatic Colors of #b4aab7

#b4aab7

Complementary Color

#b4aab7 #adb7aa

#b4aab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4aab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4aab7 Color CSS Codes

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

#b4aab7 Text Font Color

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

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


#b4aab7 Background Color

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

This div background color is #b4aab7


#b4aab7 Border Color

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

This div border color is #b4aab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4aab7


Comments

No comments written yet.

Please login to write comment.