Color Hex Logo

#baa619 Color Hex

#BAA619
(186,166,25)
0 Favorites   0 Comments

Color spaces of #baa619

RGB 18616625
HSL0.150.760.41
HSV53°87°73°
CMYK 0.000.110.87   0.27
XYZ34.061437.78176.4171
Yxy37.78170.43520.4828
Hunter Lab61.4668-8.652436.8369
CIE-Lab67.8594-6.313466.7535

#baa619 color RGB value is (186,166,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 00011001
Octal 272 246 31
Decimal 186 166 25
Hex BA A6 19

RGB Percentages of Color #baa619

%49.34
%44.03
%6.63

CMYK Percentages of Color #baa619

%0
%11
%87
%27

Triadic Colors of #baa619

#baa619 #19baa6 #a619ba

Analogous Colors of #baa619

#baa619 #7eba19 #ba5619

Monochromatic Colors of #baa619

#baa619

Complementary Color

#baa619 #192dba

#baa619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa619 Color CSS Codes

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

#baa619 Text Font Color

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

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


#baa619 Background Color

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

This div background color is #baa619


#baa619 Border Color

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

This div border color is #baa619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa619


Comments

No comments written yet.

Please login to write comment.