Color Hex Logo

#b4aeab Color Hex

#B4AEAB
(180,174,171)
0 Favorites   0 Comments

Color spaces of #b4aeab

RGB 180174171
HSL0.060.060.69
HSV20°71°
CMYK 0.000.030.05   0.29
XYZ41.309142.915744.6344
Yxy42.91570.32060.3330
Hunter Lab65.5101-2.08485.4606
CIE-Lab71.49771.59292.2874

#b4aeab color RGB value is (180,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101110 10101011
Octal 264 256 253
Decimal 180 174 171
Hex B4 AE AB

RGB Percentages of Color #b4aeab

%34.29
%33.14
%32.57

CMYK Percentages of Color #b4aeab

%0
%3
%5
%29

Triadic Colors of #b4aeab

#b4aeab #abb4ae #aeabb4

Analogous Colors of #b4aeab

#b4aeab #b4b3ab #b4abad

Monochromatic Colors of #b4aeab

#b4aeab

Complementary Color

#b4aeab #abb1b4

#b4aeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4aeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4aeab Color CSS Codes

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

#b4aeab Text Font Color

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

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


#b4aeab Background Color

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

This div background color is #b4aeab


#b4aeab Border Color

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

This div border color is #b4aeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4aeab

#b4aeab Color Palettes


Comments

No comments written yet.

Please login to write comment.