Color Hex Logo

#baad45 Color Hex

#BAAD45
(186,173,69)
0 Favorites   0 Comments

Color spaces of #baad45

RGB 18617369
HSL0.150.460.50
HSV53°63°73°
CMYK 0.000.070.63   0.27
XYZ36.267440.755911.5854
Yxy40.75590.40930.4600
Hunter Lab63.8403-10.315633.9286
CIE-Lab70.0046-8.052453.5117

#baad45 color RGB value is (186,173,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 01000101
Octal 272 255 105
Decimal 186 173 69
Hex BA AD 45

RGB Percentages of Color #baad45

%43.46
%40.42
%16.12

CMYK Percentages of Color #baad45

%0
%7
%63
%27

Triadic Colors of #baad45

#baad45 #45baad #ad45ba

Analogous Colors of #baad45

#baad45 #8dba45 #ba7345

Monochromatic Colors of #baad45

#baad45

Complementary Color

#baad45 #4552ba

#baad45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad45 Color CSS Codes

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

#baad45 Text Font Color

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

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


#baad45 Background Color

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

This div background color is #baad45


#baad45 Border Color

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

This div border color is #baad45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad45


Comments

No comments written yet.

Please login to write comment.