Color Hex Logo

#baa559 Color Hex

#BAA559
(186,165,89)
0 Favorites   0 Comments

Color spaces of #baa559

RGB 18616589
HSL0.130.410.54
HSV47°52°73°
CMYK 0.000.110.52   0.27
XYZ35.508038.070614.9281
Yxy38.07060.40120.4301
Hunter Lab61.7014-5.254028.8463
CIE-Lab68.0726-2.274141.8244

#baa559 color RGB value is (186,165,89).

#baa559 hex color red value is 186, green value is 165 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #baa559 hue: 0.13 , saturation: 0.41 and the lightness value of baa559 is 0.54.

The process color (four color CMYK) of #baa559 color hex is 0.00, 0.11, 0.52, 0.27. Web safe color of #baa559 is #cc9966. Color #baa559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 01011001
Octal 272 245 131
Decimal 186 165 89
Hex BA A5 59

RGB Percentages of Color #baa559

%42.27
%37.50
%20.23

CMYK Percentages of Color #baa559

%0
%11
%52
%27

Triadic Colors of #baa559

#baa559 #59baa5 #a559ba

Analogous Colors of #baa559

#baa559 #9fba59 #ba7559

Monochromatic Colors of #baa559

#baa559

Complementary Color

#baa559 #596eba

#baa559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa559 Color CSS Codes

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

#baa559 Text Font Color

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

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


#baa559 Background Color

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

This div background color is #baa559


#baa559 Border Color

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

This div border color is #baa559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa559


Comments

No comments written yet.

Please login to write comment.