Color Hex Logo

#baad2b Color Hex

#BAAD2B
(186,173,43)
0 Favorites   0 Comments

Color spaces of #baad2b

RGB 18617343
HSL0.150.620.45
HSV55°77°73°
CMYK 0.000.070.77   0.27
XYZ35.629340.50078.2250
Yxy40.50070.42240.4801
Hunter Lab63.6402-11.436136.8853
CIE-Lab69.8247-9.416563.4284

#baad2b color RGB value is (186,173,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 00101011
Octal 272 255 53
Decimal 186 173 43
Hex BA AD 2B

RGB Percentages of Color #baad2b

%46.27
%43.03
%10.70

CMYK Percentages of Color #baad2b

%0
%7
%77
%27

Triadic Colors of #baad2b

#baad2b #2bbaad #ad2bba

Analogous Colors of #baad2b

#baad2b #80ba2b #ba662b

Monochromatic Colors of #baad2b

#baad2b

Complementary Color

#baad2b #2b38ba

#baad2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad2b Color CSS Codes

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

#baad2b Text Font Color

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

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


#baad2b Background Color

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

This div background color is #baad2b


#baad2b Border Color

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

This div border color is #baad2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad2b


Comments

No comments written yet.

Please login to write comment.