Color Hex Logo

#aadf02 Color Hex

#AADF02
(170,223,2)
0 Favorites   0 Comments

Color spaces of #aadf02

RGB 1702232
HSL0.210.980.44
HSV74°99°87°
CMYK 0.240.000.99   0.13
XYZ42.976261.32589.6294
Yxy61.32580.37720.5383
Hunter Lab78.3108-39.084847.5270
CIE-Lab82.5536-41.033980.8134

#aadf02 color RGB value is (170,223,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 00000010
Octal 252 337 2
Decimal 170 223 2
Hex AA DF 2

RGB Percentages of Color #aadf02

%43.04
%56.46
%0.51

CMYK Percentages of Color #aadf02

%24
%0
%99
%13

Triadic Colors of #aadf02

#aadf02 #02aadf #df02aa

Analogous Colors of #aadf02

#aadf02 #3cdf02 #dfa602

Monochromatic Colors of #aadf02

#aadf02

Complementary Color

#aadf02 #3702df

#aadf02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf02 Color CSS Codes

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

#aadf02 Text Font Color

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

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


#aadf02 Background Color

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

This div background color is #aadf02


#aadf02 Border Color

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

This div border color is #aadf02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf02


Comments

No comments written yet.

Please login to write comment.