Color Hex Logo

#baa21e Color Hex

#BAA21E
(186,162,30)
0 Favorites   0 Comments

Color spaces of #baa21e

RGB 18616230
HSL0.140.720.42
HSV51°84°73°
CMYK 0.000.130.84   0.27
XYZ33.404436.37356.4885
Yxy36.37350.43800.4769
Hunter Lab60.3104-6.676735.8386
CIE-Lab66.8043-4.063964.6468

#baa21e color RGB value is (186,162,30).

#baa21e hex color red value is 186, green value is 162 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #baa21e hue: 0.14 , saturation: 0.72 and the lightness value of baa21e is 0.42.

The process color (four color CMYK) of #baa21e color hex is 0.00, 0.13, 0.84, 0.27. Web safe color of #baa21e is #cc9933. Color #baa21e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 00011110
Octal 272 242 36
Decimal 186 162 30
Hex BA A2 1E

RGB Percentages of Color #baa21e

%49.21
%42.86
%7.94

CMYK Percentages of Color #baa21e

%0
%13
%84
%27

Triadic Colors of #baa21e

#baa21e #1ebaa2 #a21eba

Analogous Colors of #baa21e

#baa21e #84ba1e #ba541e

Monochromatic Colors of #baa21e

#baa21e

Complementary Color

#baa21e #1e36ba

#baa21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa21e Color CSS Codes

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

#baa21e Text Font Color

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

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


#baa21e Background Color

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

This div background color is #baa21e


#baa21e Border Color

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

This div border color is #baa21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa21e


Comments

No comments written yet.

Please login to write comment.