Color Hex Logo

#baa718 Color Hex

#BAA718
(186,167,24)
0 Favorites   0 Comments

Color spaces of #baa718

RGB 18616724
HSL0.150.770.41
HSV53°87°73°
CMYK 0.000.100.87   0.27
XYZ34.233338.14256.4221
Yxy38.14250.43440.4841
Hunter Lab61.7596-9.136937.0664
CIE-Lab68.1255-6.863967.1921

#baa718 color RGB value is (186,167,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 00011000
Octal 272 247 30
Decimal 186 167 24
Hex BA A7 18

RGB Percentages of Color #baa718

%49.34
%44.30
%6.37

CMYK Percentages of Color #baa718

%0
%10
%87
%27

Triadic Colors of #baa718

#baa718 #18baa7 #a718ba

Analogous Colors of #baa718

#baa718 #7cba18 #ba5618

Monochromatic Colors of #baa718

#baa718

Complementary Color

#baa718 #182bba

#baa718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa718 Color CSS Codes

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

#baa718 Text Font Color

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

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


#baa718 Background Color

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

This div background color is #baa718


#baa718 Border Color

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

This div border color is #baa718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa718


Comments

No comments written yet.

Please login to write comment.