Color Hex Logo

#baa03b Color Hex

#BAA03B
(186,160,59)
0 Favorites   0 Comments

Color spaces of #baa03b

RGB 18616059
HSL0.130.520.48
HSV48°68°73°
CMYK 0.000.140.68   0.27
XYZ33.609935.89659.2950
Yxy35.89650.42650.4555
Hunter Lab59.9137-4.715532.7413
CIE-Lab66.4408-1.774754.0763

#baa03b color RGB value is (186,160,59).

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

The process color (four color CMYK) of #baa03b color hex is 0.00, 0.14, 0.68, 0.27. Web safe color of #baa03b is #cc9933. Color #baa03b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 00111011
Octal 272 240 73
Decimal 186 160 59
Hex BA A0 3B

RGB Percentages of Color #baa03b

%45.93
%39.51
%14.57

CMYK Percentages of Color #baa03b

%0
%14
%68
%27

Triadic Colors of #baa03b

#baa03b #3bbaa0 #a03bba

Analogous Colors of #baa03b

#baa03b #95ba3b #ba613b

Monochromatic Colors of #baa03b

#baa03b

Complementary Color

#baa03b #3b55ba

#baa03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa03b Color CSS Codes

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

#baa03b Text Font Color

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

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


#baa03b Background Color

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

This div background color is #baa03b


#baa03b Border Color

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

This div border color is #baa03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa03b


Comments

No comments written yet.

Please login to write comment.