Color Hex Logo

#aafd58 Color Hex

#AAFD58
(170,253,88)
0 Favorites   0 Comments

Color spaces of #aafd58

RGB 17025388
HSL0.250.980.67
HSV90°65°99°
CMYK 0.330.000.65   0.01
XYZ53.464379.501221.7599
Yxy79.50120.34550.5138
Hunter Lab89.1634-49.003647.9450
CIE-Lab91.4606-50.450468.3461

#aafd58 color RGB value is (170,253,88).

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

The process color (four color CMYK) of #aafd58 color hex is 0.33, 0.00, 0.65, 0.01. Web safe color of #aafd58 is #99ff66. Color #aafd58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 01011000
Octal 252 375 130
Decimal 170 253 88
Hex AA FD 58

RGB Percentages of Color #aafd58

%33.27
%49.51
%17.22

CMYK Percentages of Color #aafd58

%33
%0
%65
%1

Triadic Colors of #aafd58

#aafd58 #58aafd #fd58aa

Analogous Colors of #aafd58

#aafd58 #58fd59 #fdfd58

Monochromatic Colors of #aafd58

#aafd58

Complementary Color

#aafd58 #ab58fd

#aafd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafd58 Color CSS Codes

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

#aafd58 Text Font Color

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

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


#aafd58 Background Color

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

This div background color is #aafd58


#aafd58 Border Color

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

This div border color is #aafd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafd58

Related Colors


Comments

No comments written yet.

Please login to write comment.