Color Hex Logo

#b4aaae Color Hex

#B4AAAE
(180,170,174)
0 Favorites   0 Comments

Color spaces of #b4aaae

RGB 180170174
HSL0.930.060.69
HSV336°71°
CMYK 0.000.060.03   0.29
XYZ40.837141.508745.9040
Yxy41.50870.31840.3237
Hunter Lab64.42720.39422.8553
CIE-Lab70.53094.3123-0.7751

#b4aaae color RGB value is (180,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101010 10101110
Octal 264 252 256
Decimal 180 170 174
Hex B4 AA AE

RGB Percentages of Color #b4aaae

%34.35
%32.44
%33.21

CMYK Percentages of Color #b4aaae

%0
%6
%3
%29

Triadic Colors of #b4aaae

#b4aaae #aeb4aa #aaaeb4

Analogous Colors of #b4aaae

#b4aaae #b4abaa #b4aab3

Monochromatic Colors of #b4aaae

#b4aaae

Complementary Color

#b4aaae #aab4b0

#b4aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4aaae Color CSS Codes

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

#b4aaae Text Font Color

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

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


#b4aaae Background Color

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

This div background color is #b4aaae


#b4aaae Border Color

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

This div border color is #b4aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4aaae

#b4aaae Color Palettes


Comments

No comments written yet.

Please login to write comment.