Color Hex Logo

#b2ac80 Color Hex

#B2AC80
(178,172,128)
0 Favorites   0 Comments

Color spaces of #b2ac80

RGB 178172128
HSL0.150.250.60
HSV53°28°70°
CMYK 0.000.030.28   0.30
XYZ37.008940.528526.2943
Yxy40.52850.35640.3903
Hunter Lab63.6620-7.640320.0749
CIE-Lab69.8443-4.906723.4612

#b2ac80 color RGB value is (178,172,128).

#b2ac80 hex color red value is 178, green value is 172 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b2ac80 hue: 0.15 , saturation: 0.25 and the lightness value of b2ac80 is 0.60.

The process color (four color CMYK) of #b2ac80 color hex is 0.00, 0.03, 0.28, 0.30. Web safe color of #b2ac80 is #999999. Color #b2ac80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101100 10000000
Octal 262 254 200
Decimal 178 172 128
Hex B2 AC 80

RGB Percentages of Color #b2ac80

%37.24
%35.98
%26.78

CMYK Percentages of Color #b2ac80

%0
%3
%28
%30

Triadic Colors of #b2ac80

#b2ac80 #80b2ac #ac80b2

Analogous Colors of #b2ac80

#b2ac80 #9fb280 #b29380

Monochromatic Colors of #b2ac80

#b2ac80

Complementary Color

#b2ac80 #8086b2

#b2ac80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ac80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ac80 Color CSS Codes

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

#b2ac80 Text Font Color

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

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


#b2ac80 Background Color

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

This div background color is #b2ac80


#b2ac80 Border Color

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

This div border color is #b2ac80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ac80


Comments

No comments written yet.

Please login to write comment.