Color Hex Logo

#aaba04 Color Hex

#AABA04
(170,186,4)
0 Favorites   0 Comments

Color spaces of #aaba04

RGB 1701864
HSL0.180.960.37
HSV65°98°73°
CMYK 0.090.000.98   0.27
XYZ34.158443.67266.7442
Yxy43.67260.40390.5164
Hunter Lab66.0852-23.385440.2089
CIE-Lab72.0091-23.863272.6076

#aaba04 color RGB value is (170,186,4).

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

The process color (four color CMYK) of #aaba04 color hex is 0.09, 0.00, 0.98, 0.27. Web safe color of #aaba04 is #99cc00. Color #aaba04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 00000100
Octal 252 272 4
Decimal 170 186 4
Hex AA BA 4

RGB Percentages of Color #aaba04

%47.22
%51.67
%1.11

CMYK Percentages of Color #aaba04

%9
%0
%98
%27

Triadic Colors of #aaba04

#aaba04 #04aaba #ba04aa

Analogous Colors of #aaba04

#aaba04 #4fba04 #ba6f04

Monochromatic Colors of #aaba04

#aaba04

Complementary Color

#aaba04 #1404ba

#aaba04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba04 Color CSS Codes

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

#aaba04 Text Font Color

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

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


#aaba04 Background Color

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

This div background color is #aaba04


#aaba04 Border Color

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

This div border color is #aaba04


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,186,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 #aaba04">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba04


Comments

No comments written yet.

Please login to write comment.