Color Hex Logo

#baaa21 Color Hex

#BAAA21
(186,170,33)
0 Favorites   0 Comments

Color spaces of #baaa21

RGB 18617033
HSL0.150.700.43
HSV54°82°73°
CMYK 0.000.090.82   0.27
XYZ34.898939.29847.1848
Yxy39.29840.42880.4829
Hunter Lab62.6884-10.333137.0866
CIE-Lab68.9669-8.199665.6753

#baaa21 color RGB value is (186,170,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 00100001
Octal 272 252 41
Decimal 186 170 33
Hex BA AA 21

RGB Percentages of Color #baaa21

%47.81
%43.70
%8.48

CMYK Percentages of Color #baaa21

%0
%9
%82
%27

Triadic Colors of #baaa21

#baaa21 #21baaa #aa21ba

Analogous Colors of #baaa21

#baaa21 #7eba21 #ba5d21

Monochromatic Colors of #baaa21

#baaa21

Complementary Color

#baaa21 #2131ba

#baaa21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa21 Color CSS Codes

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

#baaa21 Text Font Color

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

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


#baaa21 Background Color

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

This div background color is #baaa21


#baaa21 Border Color

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

This div border color is #baaa21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa21


Comments

No comments written yet.

Please login to write comment.