Color Hex Logo

#baa60b Color Hex

#BAA60B
(186,166,11)
0 Favorites   0 Comments

Color spaces of #baa60b

RGB 18616611
HSL0.150.890.39
HSV53°94°73°
CMYK 0.000.110.94   0.27
XYZ33.946337.73575.8112
Yxy37.73570.43810.4870
Hunter Lab61.4294-8.861137.3918
CIE-Lab67.8254-6.567169.2259

#baa60b color RGB value is (186,166,11).

#baa60b hex color red value is 186, green value is 166 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #baa60b hue: 0.15 , saturation: 0.89 and the lightness value of baa60b is 0.39.

The process color (four color CMYK) of #baa60b color hex is 0.00, 0.11, 0.94, 0.27. Web safe color of #baa60b is #cc9900. Color #baa60b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 00001011
Octal 272 246 13
Decimal 186 166 11
Hex BA A6 B

RGB Percentages of Color #baa60b

%51.24
%45.73
%3.03

CMYK Percentages of Color #baa60b

%0
%11
%94
%27

Triadic Colors of #baa60b

#baa60b #0bbaa6 #a60bba

Analogous Colors of #baa60b

#baa60b #77ba0b #ba4e0b

Monochromatic Colors of #baa60b

#baa60b

Complementary Color

#baa60b #0b1fba

#baa60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa60b Color CSS Codes

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

#baa60b Text Font Color

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

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


#baa60b Background Color

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

This div background color is #baa60b


#baa60b Border Color

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

This div border color is #baa60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa60b


Comments

No comments written yet.

Please login to write comment.