Color Hex Logo

#aaca06 Color Hex

#AACA06
(170,202,6)
0 Favorites   0 Comments

Color spaces of #aaca06

RGB 1702026
HSL0.190.940.41
HSV70°97°79°
CMYK 0.160.000.97   0.21
XYZ37.731050.80037.9891
Yxy50.80030.39090.5263
Hunter Lab71.2743-30.236343.2462
CIE-Lab76.5579-31.485275.8536

#aaca06 color RGB value is (170,202,6).

#aaca06 hex color red value is 170, green value is 202 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #aaca06 hue: 0.19 , saturation: 0.94 and the lightness value of aaca06 is 0.41.

The process color (four color CMYK) of #aaca06 color hex is 0.16, 0.00, 0.97, 0.21. Web safe color of #aaca06 is #99cc00. Color #aaca06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 00000110
Octal 252 312 6
Decimal 170 202 6
Hex AA CA 6

RGB Percentages of Color #aaca06

%44.97
%53.44
%1.59

CMYK Percentages of Color #aaca06

%16
%0
%97
%21

Triadic Colors of #aaca06

#aaca06 #06aaca #ca06aa

Analogous Colors of #aaca06

#aaca06 #48ca06 #ca8806

Monochromatic Colors of #aaca06

#aaca06

Complementary Color

#aaca06 #2606ca

#aaca06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaca06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaca06 Color CSS Codes

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

#aaca06 Text Font Color

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

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


#aaca06 Background Color

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

This div background color is #aaca06


#aaca06 Border Color

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

This div border color is #aaca06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaca06


Comments

No comments written yet.

Please login to write comment.