Color Hex Logo

#baa245 Color Hex

#BAA245
(186,162,69)
0 Favorites   0 Comments

Color spaces of #baa245

RGB 18616269
HSL0.130.460.50
HSV48°63°73°
CMYK 0.000.130.63   0.27
XYZ34.244236.709410.9110
Yxy36.70940.41830.4484
Hunter Lab60.5883-5.142231.7346
CIE-Lab67.0584-2.226750.3080

#baa245 color RGB value is (186,162,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 01000101
Octal 272 242 105
Decimal 186 162 69
Hex BA A2 45

RGB Percentages of Color #baa245

%44.60
%38.85
%16.55

CMYK Percentages of Color #baa245

%0
%13
%63
%27

Triadic Colors of #baa245

#baa245 #45baa2 #a245ba

Analogous Colors of #baa245

#baa245 #98ba45 #ba6845

Monochromatic Colors of #baa245

#baa245

Complementary Color

#baa245 #455dba

#baa245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa245 Color CSS Codes

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

#baa245 Text Font Color

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

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


#baa245 Background Color

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

This div background color is #baa245


#baa245 Border Color

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

This div border color is #baa245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa245


Comments

No comments written yet.

Please login to write comment.