Color Hex Logo

#baac33 Color Hex

#BAAC33
(186,172,51)
0 Favorites   0 Comments

Color spaces of #baac33

RGB 18617251
HSL0.150.570.46
HSV54°73°73°
CMYK 0.000.080.73   0.27
XYZ35.599840.18329.0118
Yxy40.18320.41980.4739
Hunter Lab63.3902-10.687735.9443
CIE-Lab69.5998-8.546860.4266

#baac33 color RGB value is (186,172,51).

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

The process color (four color CMYK) of #baac33 color hex is 0.00, 0.08, 0.73, 0.27. Web safe color of #baac33 is #cc9933. Color #baac33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 00110011
Octal 272 254 63
Decimal 186 172 51
Hex BA AC 33

RGB Percentages of Color #baac33

%45.48
%42.05
%12.47

CMYK Percentages of Color #baac33

%0
%8
%73
%27

Triadic Colors of #baac33

#baac33 #33baac #ac33ba

Analogous Colors of #baac33

#baac33 #85ba33 #ba6933

Monochromatic Colors of #baac33

#baac33

Complementary Color

#baac33 #3341ba

#baac33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac33 Color CSS Codes

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

#baac33 Text Font Color

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

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


#baac33 Background Color

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

This div background color is #baac33


#baac33 Border Color

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

This div border color is #baac33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac33


Comments

No comments written yet.

Please login to write comment.