Color Hex Logo

#baaa45 Color Hex

#BAAA45
(186,170,69)
0 Favorites   0 Comments

Color spaces of #baaa45

RGB 18617069
HSL0.140.460.50
HSV52°63°73°
CMYK 0.000.090.63   0.27
XYZ35.698639.618211.3958
Yxy39.61820.41170.4569
Hunter Lab62.9430-8.912633.3257
CIE-Lab69.1967-6.476252.6387

#baaa45 color RGB value is (186,170,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 01000101
Octal 272 252 105
Decimal 186 170 69
Hex BA AA 45

RGB Percentages of Color #baaa45

%43.76
%40.00
%16.24

CMYK Percentages of Color #baaa45

%0
%9
%63
%27

Triadic Colors of #baaa45

#baaa45 #45baaa #aa45ba

Analogous Colors of #baaa45

#baaa45 #90ba45 #ba7045

Monochromatic Colors of #baaa45

#baaa45

Complementary Color

#baaa45 #4555ba

#baaa45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa45 Color CSS Codes

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

#baaa45 Text Font Color

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

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


#baaa45 Background Color

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

This div background color is #baaa45


#baaa45 Border Color

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

This div border color is #baaa45


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,170,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 #baaa45">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa45


Comments

No comments written yet.

Please login to write comment.