Color Hex Logo

#baa704 Color Hex

#BAA704
(186,167,4)
0 Favorites   0 Comments

Color spaces of #baa704

RGB 1861674
HSL0.150.960.37
HSV54°98°73°
CMYK 0.000.100.98   0.27
XYZ34.090338.08535.6693
Yxy38.08530.43790.4892
Hunter Lab61.7133-9.395237.7526
CIE-Lab68.0834-7.178670.2888

#baa704 color RGB value is (186,167,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 00000100
Octal 272 247 4
Decimal 186 167 4
Hex BA A7 4

RGB Percentages of Color #baa704

%52.10
%46.78
%1.12

CMYK Percentages of Color #baa704

%0
%10
%98
%27

Triadic Colors of #baa704

#baa704 #04baa7 #a704ba

Analogous Colors of #baa704

#baa704 #72ba04 #ba4c04

Monochromatic Colors of #baa704

#baa704

Complementary Color

#baa704 #0417ba

#baa704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa704 Color CSS Codes

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

#baa704 Text Font Color

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

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


#baa704 Background Color

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

This div background color is #baa704


#baa704 Border Color

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

This div border color is #baa704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa704


Comments

No comments written yet.

Please login to write comment.