Color Hex Logo

#b5a4ae Color Hex

#B5A4AE
(181,164,174)
0 Favorites   0 Comments

Color spaces of #b5a4ae

RGB 181164174
HSL0.900.100.68
HSV325°71°
CMYK 0.000.090.04   0.29
XYZ39.971539.430745.5486
Yxy39.43070.31990.3156
Hunter Lab62.79393.73510.9487
CIE-Lab69.06217.9584-2.9194

#b5a4ae color RGB value is (181,164,174).

#b5a4ae hex color red value is 181, green value is 164 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b5a4ae hue: 0.90 , saturation: 0.10 and the lightness value of b5a4ae is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100100 10101110
Octal 265 244 256
Decimal 181 164 174
Hex B5 A4 AE

RGB Percentages of Color #b5a4ae

%34.87
%31.60
%33.53

CMYK Percentages of Color #b5a4ae

%0
%9
%4
%29

Triadic Colors of #b5a4ae

#b5a4ae #aeb5a4 #a4aeb5

Analogous Colors of #b5a4ae

#b5a4ae #b5a4a6 #b4a4b5

Monochromatic Colors of #b5a4ae

#b5a4ae

Complementary Color

#b5a4ae #a4b5ab

#b5a4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a4ae Color CSS Codes

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

#b5a4ae Text Font Color

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

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


#b5a4ae Background Color

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

This div background color is #b5a4ae


#b5a4ae Border Color

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

This div border color is #b5a4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a4ae


Comments

No comments written yet.

Please login to write comment.