Color Hex Logo

#baaa09 Color Hex

#BAAA09
(186,170,9)
0 Favorites   0 Comments

Color spaces of #baaa09

RGB 1861709
HSL0.150.910.38
HSV55°95°73°
CMYK 0.000.090.95   0.27
XYZ34.673739.20835.9989
Yxy39.20830.43410.4908
Hunter Lab62.6165-10.735138.1514
CIE-Lab68.9019-8.691370.2798

#baaa09 color RGB value is (186,170,9).

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

The process color (four color CMYK) of #baaa09 color hex is 0.00, 0.09, 0.95, 0.27. Web safe color of #baaa09 is #cc9900. Color #baaa09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 00001001
Octal 272 252 11
Decimal 186 170 9
Hex BA AA 9

RGB Percentages of Color #baaa09

%50.96
%46.58
%2.47

CMYK Percentages of Color #baaa09

%0
%9
%95
%27

Triadic Colors of #baaa09

#baaa09 #09baaa #aa09ba

Analogous Colors of #baaa09

#baaa09 #72ba09 #ba5109

Monochromatic Colors of #baaa09

#baaa09

Complementary Color

#baaa09 #0919ba

#baaa09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa09 Color CSS Codes

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

#baaa09 Text Font Color

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

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


#baaa09 Background Color

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

This div background color is #baaa09


#baaa09 Border Color

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

This div border color is #baaa09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa09


Comments

No comments written yet.

Please login to write comment.