Color Hex Logo

#baa315 Color Hex

#BAA315
(186,163,21)
0 Favorites   0 Comments

Color spaces of #baa315

RGB 18616321
HSL0.140.800.41
HSV52°89°73°
CMYK 0.000.120.89   0.27
XYZ33.482336.68766.0262
Yxy36.68760.43940.4815
Hunter Lab60.5703-7.326036.5004
CIE-Lab67.0420-4.814266.9578

#baa315 color RGB value is (186,163,21).

#baa315 hex color red value is 186, green value is 163 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #baa315 hue: 0.14 , saturation: 0.80 and the lightness value of baa315 is 0.41.

The process color (four color CMYK) of #baa315 color hex is 0.00, 0.12, 0.89, 0.27. Web safe color of #baa315 is #cc9900. Color #baa315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 00010101
Octal 272 243 25
Decimal 186 163 21
Hex BA A3 15

RGB Percentages of Color #baa315

%50.27
%44.05
%5.68

CMYK Percentages of Color #baa315

%0
%12
%89
%27

Triadic Colors of #baa315

#baa315 #15baa3 #a315ba

Analogous Colors of #baa315

#baa315 #7fba15 #ba5115

Monochromatic Colors of #baa315

#baa315

Complementary Color

#baa315 #152cba

#baa315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa315 Color CSS Codes

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

#baa315 Text Font Color

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

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


#baa315 Background Color

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

This div background color is #baa315


#baa315 Border Color

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

This div border color is #baa315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa315


Comments

No comments written yet.

Please login to write comment.