Color Hex Logo

#baa60d Color Hex

#BAA60D
(186,166,13)
0 Favorites   0 Comments

Color spaces of #baa60d

RGB 18616613
HSL0.150.870.39
HSV53°93°73°
CMYK 0.000.110.93   0.27
XYZ33.958637.74065.8756
Yxy37.74060.43780.4865
Hunter Lab61.4334-8.838837.3328
CIE-Lab67.8290-6.539968.9550

#baa60d color RGB value is (186,166,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 00001101
Octal 272 246 15
Decimal 186 166 13
Hex BA A6 D

RGB Percentages of Color #baa60d

%50.96
%45.48
%3.56

CMYK Percentages of Color #baa60d

%0
%11
%93
%27

Triadic Colors of #baa60d

#baa60d #0dbaa6 #a60dba

Analogous Colors of #baa60d

#baa60d #78ba0d #ba4f0d

Monochromatic Colors of #baa60d

#baa60d

Complementary Color

#baa60d #0d21ba

#baa60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa60d Color CSS Codes

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

#baa60d Text Font Color

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

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


#baa60d Background Color

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

This div background color is #baa60d


#baa60d Border Color

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

This div border color is #baa60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa60d


Comments

No comments written yet.

Please login to write comment.