Color Hex Logo

#baa80d Color Hex

#BAA80D
(186,168,13)
0 Favorites   0 Comments

Color spaces of #baa80d

RGB 18616813
HSL0.150.870.39
HSV54°93°73°
CMYK 0.000.100.93   0.27
XYZ34.325038.47345.9978
Yxy38.47340.43560.4883
Hunter Lab62.0269-9.767237.6857
CIE-Lab68.3681-7.592169.3641

#baa80d color RGB value is (186,168,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 00001101
Octal 272 250 15
Decimal 186 168 13
Hex BA A8 D

RGB Percentages of Color #baa80d

%50.68
%45.78
%3.54

CMYK Percentages of Color #baa80d

%0
%10
%93
%27

Triadic Colors of #baa80d

#baa80d #0dbaa8 #a80dba

Analogous Colors of #baa80d

#baa80d #76ba0d #ba510d

Monochromatic Colors of #baa80d

#baa80d

Complementary Color

#baa80d #0d1fba

#baa80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa80d Color CSS Codes

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

#baa80d Text Font Color

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

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


#baa80d Background Color

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

This div background color is #baa80d


#baa80d Border Color

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

This div border color is #baa80d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa80d


Comments

No comments written yet.

Please login to write comment.