Color Hex Logo

#aadf07 Color Hex

#AADF07
(170,223,7)
0 Favorites   0 Comments

Color spaces of #aadf07

RGB 1702237
HSL0.210.940.45
HSV75°97°87°
CMYK 0.240.000.97   0.13
XYZ43.003661.33679.7737
Yxy61.33670.37680.5375
Hunter Lab78.3178-39.043347.4233
CIE-Lab82.5594-40.977580.3806

#aadf07 color RGB value is (170,223,7).

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

The process color (four color CMYK) of #aadf07 color hex is 0.24, 0.00, 0.97, 0.13. Web safe color of #aadf07 is #99cc00. Color #aadf07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 00000111
Octal 252 337 7
Decimal 170 223 7
Hex AA DF 7

RGB Percentages of Color #aadf07

%42.50
%55.75
%1.75

CMYK Percentages of Color #aadf07

%24
%0
%97
%13

Triadic Colors of #aadf07

#aadf07 #07aadf #df07aa

Analogous Colors of #aadf07

#aadf07 #3edf07 #dfa807

Monochromatic Colors of #aadf07

#aadf07

Complementary Color

#aadf07 #3c07df

#aadf07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf07 Color CSS Codes

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

#aadf07 Text Font Color

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

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


#aadf07 Background Color

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

This div background color is #aadf07


#aadf07 Border Color

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

This div border color is #aadf07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf07


Comments

No comments written yet.

Please login to write comment.