Color Hex Logo

#baad3e Color Hex

#BAAD3E
(186,173,62)
0 Favorites   0 Comments

Color spaces of #baad3e

RGB 18617362
HSL0.150.500.49
HSV54°67°73°
CMYK 0.000.070.67   0.27
XYZ36.062840.674010.5076
Yxy40.67400.41340.4662
Hunter Lab63.7762-10.673934.8748
CIE-Lab69.9469-8.487156.4473

#baad3e color RGB value is (186,173,62).

#baad3e hex color red value is 186, green value is 173 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #baad3e hue: 0.15 , saturation: 0.50 and the lightness value of baad3e is 0.49.

The process color (four color CMYK) of #baad3e color hex is 0.00, 0.07, 0.67, 0.27. Web safe color of #baad3e is #cc9933. Color #baad3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 00111110
Octal 272 255 76
Decimal 186 173 62
Hex BA AD 3E

RGB Percentages of Color #baad3e

%44.18
%41.09
%14.73

CMYK Percentages of Color #baad3e

%0
%7
%67
%27

Triadic Colors of #baad3e

#baad3e #3ebaad #ad3eba

Analogous Colors of #baad3e

#baad3e #89ba3e #ba6f3e

Monochromatic Colors of #baad3e

#baad3e

Complementary Color

#baad3e #3e4bba

#baad3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad3e Color CSS Codes

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

#baad3e Text Font Color

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

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


#baad3e Background Color

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

This div background color is #baad3e


#baad3e Border Color

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

This div border color is #baad3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad3e


Comments

No comments written yet.

Please login to write comment.