Color Hex Logo

#bab070 Color Hex

#BAB070
(186,176,112)
0 Favorites   0 Comments

Color spaces of #bab070

RGB 186176112
HSL0.140.350.58
HSV52°40°73°
CMYK 0.000.050.40   0.27
XYZ38.699742.659621.5237
Yxy42.65960.37620.4146
Hunter Lab65.3143-8.536226.1816
CIE-Lab71.3233-5.804234.0513

#bab070 color RGB value is (186,176,112).

#bab070 hex color red value is 186, green value is 176 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bab070 hue: 0.14 , saturation: 0.35 and the lightness value of bab070 is 0.58.

The process color (four color CMYK) of #bab070 color hex is 0.00, 0.05, 0.40, 0.27. Web safe color of #bab070 is #cc9966. Color #bab070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 01110000
Octal 272 260 160
Decimal 186 176 112
Hex BA B0 70

RGB Percentages of Color #bab070

%39.24
%37.13
%23.63

CMYK Percentages of Color #bab070

%0
%5
%40
%27

Triadic Colors of #bab070

#bab070 #70bab0 #b070ba

Analogous Colors of #bab070

#bab070 #9fba70 #ba8b70

Monochromatic Colors of #bab070

#bab070

Complementary Color

#bab070 #707aba

#bab070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab070 Color CSS Codes

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

#bab070 Text Font Color

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

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


#bab070 Background Color

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

This div background color is #bab070


#bab070 Border Color

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

This div border color is #bab070


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,176,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 #bab070">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab070


Comments

No comments written yet.

Please login to write comment.