Color Hex Logo

#aafd05 Color Hex

#AAFD05
(170,253,5)
0 Favorites   0 Comments

Color spaces of #aafd05

RGB 1702535
HSL0.220.980.51
HSV80°98°99°
CMYK 0.330.000.98   0.01
XYZ51.730278.807612.6285
Yxy78.80760.36130.5505
Hunter Lab88.7736-51.338353.7072
CIE-Lab91.1472-53.610987.2015

#aafd05 color RGB value is (170,253,5).

#aafd05 hex color red value is 170, green value is 253 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #aafd05 hue: 0.22 , saturation: 0.98 and the lightness value of aafd05 is 0.51.

The process color (four color CMYK) of #aafd05 color hex is 0.33, 0.00, 0.98, 0.01. Web safe color of #aafd05 is #99ff00. Color #aafd05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 00000101
Octal 252 375 5
Decimal 170 253 5
Hex AA FD 5

RGB Percentages of Color #aafd05

%39.72
%59.11
%1.17

CMYK Percentages of Color #aafd05

%33
%0
%98
%1

Triadic Colors of #aafd05

#aafd05 #05aafd #fd05aa

Analogous Colors of #aafd05

#aafd05 #2efd05 #fdd405

Monochromatic Colors of #aafd05

#aafd05

Complementary Color

#aafd05 #5805fd

#aafd05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafd05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafd05 Color CSS Codes

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

#aafd05 Text Font Color

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

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


#aafd05 Background Color

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

This div background color is #aafd05


#aafd05 Border Color

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

This div border color is #aafd05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafd05


Comments

No comments written yet.

Please login to write comment.