Color Hex Logo

#baa50d Color Hex

#BAA50D
(186,165,13)
0 Favorites   0 Comments

Color spaces of #baa50d

RGB 18616513
HSL0.150.870.39
HSV53°93°73°
CMYK 0.000.110.93   0.27
XYZ33.777537.37845.8153
Yxy37.37840.43880.4856
Hunter Lab61.1379-8.373537.1570
CIE-Lab67.5600-6.012168.7506

#baa50d color RGB value is (186,165,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 00001101
Octal 272 245 15
Decimal 186 165 13
Hex BA A5 D

RGB Percentages of Color #baa50d

%51.10
%45.33
%3.57

CMYK Percentages of Color #baa50d

%0
%11
%93
%27

Triadic Colors of #baa50d

#baa50d #0dbaa5 #a50dba

Analogous Colors of #baa50d

#baa50d #79ba0d #ba4f0d

Monochromatic Colors of #baa50d

#baa50d

Complementary Color

#baa50d #0d22ba

#baa50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa50d Color CSS Codes

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

#baa50d Text Font Color

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

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


#baa50d Background Color

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

This div background color is #baa50d


#baa50d Border Color

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

This div border color is #baa50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa50d


Comments

No comments written yet.

Please login to write comment.