Color Hex Logo

#b4aeac Color Hex

#B4AEAC
(180,174,172)
0 Favorites   0 Comments

Color spaces of #b4aeac

RGB 180174172
HSL0.040.050.69
HSV15°71°
CMYK 0.000.030.04   0.29
XYZ41.404842.954045.1384
Yxy42.95400.31970.3317
Hunter Lab65.5393-1.92555.0431
CIE-Lab71.52371.77301.7752

#b4aeac color RGB value is (180,174,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101110 10101100
Octal 264 256 254
Decimal 180 174 172
Hex B4 AE AC

RGB Percentages of Color #b4aeac

%34.22
%33.08
%32.70

CMYK Percentages of Color #b4aeac

%0
%3
%4
%29

Triadic Colors of #b4aeac

#b4aeac #acb4ae #aeacb4

Analogous Colors of #b4aeac

#b4aeac #b4b2ac #b4acae

Monochromatic Colors of #b4aeac

#b4aeac

Complementary Color

#b4aeac #acb2b4

#b4aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4aeac Color CSS Codes

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

#b4aeac Text Font Color

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

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


#b4aeac Background Color

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

This div background color is #b4aeac


#b4aeac Border Color

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

This div border color is #b4aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4aeac


Comments

No comments written yet.

Please login to write comment.