Color Hex Logo

#baa002 Color Hex

#BAA002
(186,160,2)
0 Favorites   0 Comments

Color spaces of #baa002

RGB 1861602
HSL0.140.980.37
HSV52°99°73°
CMYK 0.000.140.99   0.27
XYZ32.831535.58515.1956
Yxy35.58510.44600.4834
Hunter Lab59.6532-6.151736.5933
CIE-Lab66.2017-3.495169.1852

#baa002 color RGB value is (186,160,2).

#baa002 hex color red value is 186, green value is 160 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #baa002 hue: 0.14 , saturation: 0.98 and the lightness value of baa002 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 00000010
Octal 272 240 2
Decimal 186 160 2
Hex BA A0 2

RGB Percentages of Color #baa002

%53.45
%45.98
%0.57

CMYK Percentages of Color #baa002

%0
%14
%99
%27

Triadic Colors of #baa002

#baa002 #02baa0 #a002ba

Analogous Colors of #baa002

#baa002 #78ba02 #ba4402

Monochromatic Colors of #baa002

#baa002

Complementary Color

#baa002 #021cba

#baa002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa002 Color CSS Codes

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

#baa002 Text Font Color

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

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


#baa002 Background Color

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

This div background color is #baa002


#baa002 Border Color

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

This div border color is #baa002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa002


Comments

No comments written yet.

Please login to write comment.