Color Hex Logo

#baad2a Color Hex

#BAAD2A
(186,173,42)
0 Favorites   0 Comments

Color spaces of #baad2a

RGB 18617342
HSL0.150.630.45
HSV55°77°73°
CMYK 0.000.070.77   0.27
XYZ35.611240.49348.1296
Yxy40.49340.42280.4807
Hunter Lab63.6344-11.467836.9695
CIE-Lab69.8195-9.455363.7477

#baad2a color RGB value is (186,173,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 00101010
Octal 272 255 52
Decimal 186 173 42
Hex BA AD 2A

RGB Percentages of Color #baad2a

%46.38
%43.14
%10.47

CMYK Percentages of Color #baad2a

%0
%7
%77
%27

Triadic Colors of #baad2a

#baad2a #2abaad #ad2aba

Analogous Colors of #baad2a

#baad2a #7fba2a #ba652a

Monochromatic Colors of #baad2a

#baad2a

Complementary Color

#baad2a #2a37ba

#baad2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad2a Color CSS Codes

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

#baad2a Text Font Color

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

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


#baad2a Background Color

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

This div background color is #baad2a


#baad2a Border Color

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

This div border color is #baad2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad2a


Comments

No comments written yet.

Please login to write comment.