Color Hex Logo

#aac807 Color Hex

#AAC807
(170,200,7)
0 Favorites   0 Comments

Color spaces of #aac807

RGB 1702007
HSL0.190.930.41
HSV69°97°78°
CMYK 0.150.000.97   0.22
XYZ37.270249.86997.8625
Yxy49.86990.39230.5249
Hunter Lab70.6186-29.376142.8318
CIE-Lab75.9893-30.536675.3179

#aac807 color RGB value is (170,200,7).

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

The process color (four color CMYK) of #aac807 color hex is 0.15, 0.00, 0.97, 0.22. Web safe color of #aac807 is #99cc00. Color #aac807 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001000 00000111
Octal 252 310 7
Decimal 170 200 7
Hex AA C8 7

RGB Percentages of Color #aac807

%45.09
%53.05
%1.86

CMYK Percentages of Color #aac807

%15
%0
%97
%22

Triadic Colors of #aac807

#aac807 #07aac8 #c807aa

Analogous Colors of #aac807

#aac807 #49c807 #c88607

Monochromatic Colors of #aac807

#aac807

Complementary Color

#aac807 #2507c8

#aac807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac807 Color CSS Codes

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

#aac807 Text Font Color

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

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


#aac807 Background Color

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

This div background color is #aac807


#aac807 Border Color

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

This div border color is #aac807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac807


Comments

No comments written yet.

Please login to write comment.