Color Hex Logo

#baaa14 Color Hex

#BAAA14
(186,170,20)
0 Favorites   0 Comments

Color spaces of #baaa14

RGB 18617020
HSL0.150.810.40
HSV54°89°73°
CMYK 0.000.090.89   0.27
XYZ34.750739.23916.4042
Yxy39.23910.43230.4881
Hunter Lab62.6411-10.597637.7872
CIE-Lab68.9241-8.522868.6414

#baaa14 color RGB value is (186,170,20).

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

The process color (four color CMYK) of #baaa14 color hex is 0.00, 0.09, 0.89, 0.27. Web safe color of #baaa14 is #cc9900. Color #baaa14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 00010100
Octal 272 252 24
Decimal 186 170 20
Hex BA AA 14

RGB Percentages of Color #baaa14

%49.47
%45.21
%5.32

CMYK Percentages of Color #baaa14

%0
%9
%89
%27

Triadic Colors of #baaa14

#baaa14 #14baaa #aa14ba

Analogous Colors of #baaa14

#baaa14 #77ba14 #ba5714

Monochromatic Colors of #baaa14

#baaa14

Complementary Color

#baaa14 #1424ba

#baaa14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa14 Color CSS Codes

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

#baaa14 Text Font Color

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

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


#baaa14 Background Color

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

This div background color is #baaa14


#baaa14 Border Color

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

This div border color is #baaa14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa14


Comments

No comments written yet.

Please login to write comment.