Color Hex Logo

#b5aab4 Color Hex

#B5AAB4
(181,170,180)
0 Favorites   0 Comments

Color spaces of #b5aab4

RGB 181170180
HSL0.850.070.69
HSV305°71°
CMYK 0.000.060.01   0.29
XYZ41.669041.868549.0653
Yxy41.86850.31420.3157
Hunter Lab64.70591.71440.3356
CIE-Lab70.78025.7825-3.7117

#b5aab4 color RGB value is (181,170,180).

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

The process color (four color CMYK) of #b5aab4 color hex is 0.00, 0.06, 0.01, 0.29. Web safe color of #b5aab4 is #cc99cc. Color #b5aab4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101010 10110100
Octal 265 252 264
Decimal 181 170 180
Hex B5 AA B4

RGB Percentages of Color #b5aab4

%34.09
%32.02
%33.90

CMYK Percentages of Color #b5aab4

%0
%6
%1
%29

Triadic Colors of #b5aab4

#b5aab4 #b4b5aa #aab4b5

Analogous Colors of #b5aab4

#b5aab4 #b5aaaf #b1aab5

Monochromatic Colors of #b5aab4

#b5aab4

Complementary Color

#b5aab4 #aab5ab

#b5aab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aab4 Color CSS Codes

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

#b5aab4 Text Font Color

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

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


#b5aab4 Background Color

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

This div background color is #b5aab4


#b5aab4 Border Color

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

This div border color is #b5aab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aab4


Comments

No comments written yet.

Please login to write comment.