Color Hex Logo

#baaa31 Color Hex

#BAAA31
(186,170,49)
0 Favorites   0 Comments

Color spaces of #baaa31

RGB 18617049
HSL0.150.580.46
HSV53°74°73°
CMYK 0.000.090.74   0.27
XYZ35.178839.41038.6586
Yxy39.41030.42260.4734
Hunter Lab62.7776-9.834535.7668
CIE-Lab69.0474-7.592360.6281

#baaa31 color RGB value is (186,170,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 00110001
Octal 272 252 61
Decimal 186 170 49
Hex BA AA 31

RGB Percentages of Color #baaa31

%45.93
%41.98
%12.10

CMYK Percentages of Color #baaa31

%0
%9
%74
%27

Triadic Colors of #baaa31

#baaa31 #31baaa #aa31ba

Analogous Colors of #baaa31

#baaa31 #86ba31 #ba6631

Monochromatic Colors of #baaa31

#baaa31

Complementary Color

#baaa31 #3141ba

#baaa31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa31 Color CSS Codes

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

#baaa31 Text Font Color

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

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


#baaa31 Background Color

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

This div background color is #baaa31


#baaa31 Border Color

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

This div border color is #baaa31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa31


Comments

No comments written yet.

Please login to write comment.