Color Hex Logo

#baab2e Color Hex

#BAAB2E
(186,171,46)
0 Favorites   0 Comments

Color spaces of #baab2e

RGB 18617146
HSL0.150.600.45
HSV54°75°73°
CMYK 0.000.080.75   0.27
XYZ35.305839.76228.3988
Yxy39.76220.42300.4764
Hunter Lab63.0573-10.408036.2431
CIE-Lab69.2998-8.248661.9322

#baab2e color RGB value is (186,171,46).

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

The process color (four color CMYK) of #baab2e color hex is 0.00, 0.08, 0.75, 0.27. Web safe color of #baab2e is #cc9933. Color #baab2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 00101110
Octal 272 253 56
Decimal 186 171 46
Hex BA AB 2E

RGB Percentages of Color #baab2e

%46.15
%42.43
%11.41

CMYK Percentages of Color #baab2e

%0
%8
%75
%27

Triadic Colors of #baab2e

#baab2e #2ebaab #ab2eba

Analogous Colors of #baab2e

#baab2e #83ba2e #ba652e

Monochromatic Colors of #baab2e

#baab2e

Complementary Color

#baab2e #2e3dba

#baab2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baab2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baab2e Color CSS Codes

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

#baab2e Text Font Color

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

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


#baab2e Background Color

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

This div background color is #baab2e


#baab2e Border Color

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

This div border color is #baab2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baab2e


Comments

No comments written yet.

Please login to write comment.