Color Hex Logo

#aad707 Color Hex

#AAD707
(170,215,7)
0 Favorites   0 Comments

Color spaces of #aad707

RGB 1702157
HSL0.200.940.44
HSV73°97°84°
CMYK 0.210.000.97   0.16
XYZ40.916457.16239.0779
Yxy57.16230.38180.5334
Hunter Lab75.6058-35.709345.8051
CIE-Lab80.2708-37.426178.6122

#aad707 color RGB value is (170,215,7).

#aad707 hex color red value is 170, green value is 215 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #aad707 hue: 0.20 , saturation: 0.94 and the lightness value of aad707 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 00000111
Octal 252 327 7
Decimal 170 215 7
Hex AA D7 7

RGB Percentages of Color #aad707

%43.37
%54.85
%1.79

CMYK Percentages of Color #aad707

%21
%0
%97
%16

Triadic Colors of #aad707

#aad707 #07aad7 #d707aa

Analogous Colors of #aad707

#aad707 #42d707 #d79c07

Monochromatic Colors of #aad707

#aad707

Complementary Color

#aad707 #3407d7

#aad707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad707 Color CSS Codes

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

#aad707 Text Font Color

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

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


#aad707 Background Color

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

This div background color is #aad707


#aad707 Border Color

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

This div border color is #aad707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad707


Comments

No comments written yet.

Please login to write comment.