Color Hex Logo

#b2aa70 Color Hex

#B2AA70
(178,170,112)
0 Favorites   0 Comments

Color spaces of #b2aa70

RGB 178170112
HSL0.150.300.57
HSV53°37°70°
CMYK 0.000.040.37   0.30
XYZ35.659539.384321.0517
Yxy39.38430.37110.4098
Hunter Lab62.7569-8.398024.0411
CIE-Lab69.0287-5.883930.9530

#b2aa70 color RGB value is (178,170,112).

#b2aa70 hex color red value is 178, green value is 170 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b2aa70 hue: 0.15 , saturation: 0.30 and the lightness value of b2aa70 is 0.57.

The process color (four color CMYK) of #b2aa70 color hex is 0.00, 0.04, 0.37, 0.30. Web safe color of #b2aa70 is #999966. Color #b2aa70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101010 01110000
Octal 262 252 160
Decimal 178 170 112
Hex B2 AA 70

RGB Percentages of Color #b2aa70

%38.70
%36.96
%24.35

CMYK Percentages of Color #b2aa70

%0
%4
%37
%30

Triadic Colors of #b2aa70

#b2aa70 #70b2aa #aa70b2

Analogous Colors of #b2aa70

#b2aa70 #99b270 #b28970

Monochromatic Colors of #b2aa70

#b2aa70

Complementary Color

#b2aa70 #7078b2

#b2aa70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aa70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aa70 Color CSS Codes

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

#b2aa70 Text Font Color

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

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


#b2aa70 Background Color

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

This div background color is #b2aa70


#b2aa70 Border Color

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

This div border color is #b2aa70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aa70


Comments

No comments written yet.

Please login to write comment.