Color Hex Logo

#baaa39 Color Hex

#BAAA39
(186,170,57)
0 Favorites   0 Comments

Color spaces of #baaa39

RGB 18617057
HSL0.150.530.48
HSV53°69°73°
CMYK 0.000.090.69   0.27
XYZ35.362939.48409.6282
Yxy39.48400.41860.4674
Hunter Lab62.8363-9.507634.9006
CIE-Lab69.1004-7.195557.6220

#baaa39 color RGB value is (186,170,57).

#baaa39 hex color red value is 186, green value is 170 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #baaa39 hue: 0.15 , saturation: 0.53 and the lightness value of baaa39 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 00111001
Octal 272 252 71
Decimal 186 170 57
Hex BA AA 39

RGB Percentages of Color #baaa39

%45.04
%41.16
%13.80

CMYK Percentages of Color #baaa39

%0
%9
%69
%27

Triadic Colors of #baaa39

#baaa39 #39baaa #aa39ba

Analogous Colors of #baaa39

#baaa39 #8aba39 #ba6a39

Monochromatic Colors of #baaa39

#baaa39

Complementary Color

#baaa39 #3949ba

#baaa39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa39 Color CSS Codes

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

#baaa39 Text Font Color

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

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


#baaa39 Background Color

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

This div background color is #baaa39


#baaa39 Border Color

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

This div border color is #baaa39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa39


Comments

No comments written yet.

Please login to write comment.