Color Hex Logo

#baa23a Color Hex

#BAA23A
(186,162,58)
0 Favorites   0 Comments

Color spaces of #baa23a

RGB 18616258
HSL0.140.520.48
HSV49°69°73°
CMYK 0.000.130.69   0.27
XYZ33.933836.58539.2761
Yxy36.58530.42530.4585
Hunter Lab60.4858-5.707933.2473
CIE-Lab66.9647-2.901055.0395

#baa23a color RGB value is (186,162,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 00111010
Octal 272 242 72
Decimal 186 162 58
Hex BA A2 3A

RGB Percentages of Color #baa23a

%45.81
%39.90
%14.29

CMYK Percentages of Color #baa23a

%0
%13
%69
%27

Triadic Colors of #baa23a

#baa23a #3abaa2 #a23aba

Analogous Colors of #baa23a

#baa23a #92ba3a #ba623a

Monochromatic Colors of #baa23a

#baa23a

Complementary Color

#baa23a #3a52ba

#baa23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa23a Color CSS Codes

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

#baa23a Text Font Color

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

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


#baa23a Background Color

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

This div background color is #baa23a


#baa23a Border Color

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

This div border color is #baa23a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,162,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 #baa23a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa23a


Comments

No comments written yet.

Please login to write comment.