Color Hex Logo

#b4acaf Color Hex

#B4ACAF
(180,172,175)
0 Favorites   0 Comments

Color spaces of #b4acaf

RGB 180172175
HSL0.940.050.69
HSV338°71°
CMYK 0.000.040.03   0.29
XYZ41.312842.303546.5454
Yxy42.30350.31740.3250
Hunter Lab65.0411-0.44253.0991
CIE-Lab71.07973.4061-0.5241

#b4acaf color RGB value is (180,172,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101100 10101111
Octal 264 254 257
Decimal 180 172 175
Hex B4 AC AF

RGB Percentages of Color #b4acaf

%34.16
%32.64
%33.21

CMYK Percentages of Color #b4acaf

%0
%4
%3
%29

Triadic Colors of #b4acaf

#b4acaf #afb4ac #acafb4

Analogous Colors of #b4acaf

#b4acaf #b4adac #b4acb3

Monochromatic Colors of #b4acaf

#b4acaf

Complementary Color

#b4acaf #acb4b1

#b4acaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4acaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4acaf Color CSS Codes

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

#b4acaf Text Font Color

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

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


#b4acaf Background Color

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

This div background color is #b4acaf


#b4acaf Border Color

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

This div border color is #b4acaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4acaf


Comments

No comments written yet.

Please login to write comment.