Color Hex Logo

#baa613 Color Hex

#BAA613
(186,166,19)
0 Favorites   0 Comments

Color spaces of #baa613

RGB 18616619
HSL0.150.810.40
HSV53°90°73°
CMYK 0.000.110.90   0.27
XYZ34.003537.75866.1121
Yxy37.75860.43660.4849
Hunter Lab61.4480-8.757537.1162
CIE-Lab67.8423-6.441067.9772

#baa613 color RGB value is (186,166,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 00010011
Octal 272 246 23
Decimal 186 166 19
Hex BA A6 13

RGB Percentages of Color #baa613

%50.13
%44.74
%5.12

CMYK Percentages of Color #baa613

%0
%11
%90
%27

Triadic Colors of #baa613

#baa613 #13baa6 #a613ba

Analogous Colors of #baa613

#baa613 #7bba13 #ba5313

Monochromatic Colors of #baa613

#baa613

Complementary Color

#baa613 #1327ba

#baa613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa613 Color CSS Codes

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

#baa613 Text Font Color

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

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


#baa613 Background Color

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

This div background color is #baa613


#baa613 Border Color

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

This div border color is #baa613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa613


Comments

No comments written yet.

Please login to write comment.