Color Hex Logo

#baa33a Color Hex

#BAA33A
(186,163,58)
0 Favorites   0 Comments

Color spaces of #baa33a

RGB 18616358
HSL0.140.520.48
HSV49°69°73°
CMYK 0.000.120.69   0.27
XYZ34.110636.93909.3351
Yxy36.93900.42430.4595
Hunter Lab60.7775-6.179633.4376
CIE-Lab67.2312-3.434855.3128

#baa33a color RGB value is (186,163,58).

#baa33a hex color red value is 186, green value is 163 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #baa33a hue: 0.14 , saturation: 0.52 and the lightness value of baa33a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 00111010
Octal 272 243 72
Decimal 186 163 58
Hex BA A3 3A

RGB Percentages of Color #baa33a

%45.70
%40.05
%14.25

CMYK Percentages of Color #baa33a

%0
%12
%69
%27

Triadic Colors of #baa33a

#baa33a #3abaa3 #a33aba

Analogous Colors of #baa33a

#baa33a #91ba3a #ba633a

Monochromatic Colors of #baa33a

#baa33a

Complementary Color

#baa33a #3a51ba

#baa33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa33a Color CSS Codes

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

#baa33a Text Font Color

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

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


#baa33a Background Color

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

This div background color is #baa33a


#baa33a Border Color

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

This div border color is #baa33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa33a


Comments

No comments written yet.

Please login to write comment.