Color Hex Logo

#baa701 Color Hex

#BAA701
(186,167,1)
0 Favorites   0 Comments

Color spaces of #baa701

RGB 1861671
HSL0.150.990.37
HSV54°99°73°
CMYK 0.000.100.99   0.27
XYZ34.073938.07875.5828
Yxy38.07870.43830.4899
Hunter Lab61.7079-9.424737.8315
CIE-Lab68.0786-7.214670.6622

#baa701 color RGB value is (186,167,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 00000001
Octal 272 247 1
Decimal 186 167 1
Hex BA A7 1

RGB Percentages of Color #baa701

%52.54
%47.18
%0.28

CMYK Percentages of Color #baa701

%0
%10
%99
%27

Triadic Colors of #baa701

#baa701 #01baa7 #a701ba

Analogous Colors of #baa701

#baa701 #71ba01 #ba4b01

Monochromatic Colors of #baa701

#baa701

Complementary Color

#baa701 #0114ba

#baa701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa701 Color CSS Codes

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

#baa701 Text Font Color

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

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


#baa701 Background Color

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

This div background color is #baa701


#baa701 Border Color

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

This div border color is #baa701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa701


Comments

No comments written yet.

Please login to write comment.