Color Hex Logo

#baab76 Color Hex

#BAAB76
(186,171,118)
0 Favorites   0 Comments

Color spaces of #baab76

RGB 186171118
HSL0.130.330.60
HSV47°37°73°
CMYK 0.000.080.37   0.27
XYZ38.082640.872923.0216
Yxy40.87290.37340.4008
Hunter Lab63.9319-5.553023.4023
CIE-Lab70.0868-2.454629.2770

#baab76 color RGB value is (186,171,118).

#baab76 hex color red value is 186, green value is 171 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #baab76 hue: 0.13 , saturation: 0.33 and the lightness value of baab76 is 0.60.

The process color (four color CMYK) of #baab76 color hex is 0.00, 0.08, 0.37, 0.27. Web safe color of #baab76 is #cc9966. Color #baab76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 01110110
Octal 272 253 166
Decimal 186 171 118
Hex BA AB 76

RGB Percentages of Color #baab76

%39.16
%36.00
%24.84

CMYK Percentages of Color #baab76

%0
%8
%37
%27

Triadic Colors of #baab76

#baab76 #76baab #ab76ba

Analogous Colors of #baab76

#baab76 #a7ba76 #ba8976

Monochromatic Colors of #baab76

#baab76

Complementary Color

#baab76 #7685ba

#baab76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baab76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baab76 Color CSS Codes

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

#baab76 Text Font Color

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

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


#baab76 Background Color

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

This div background color is #baab76


#baab76 Border Color

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

This div border color is #baab76


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,171,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baab76


Comments

No comments written yet.

Please login to write comment.