Color Hex Logo

#aafd68 Color Hex

#AAFD68
(170,253,104)
0 Favorites   0 Comments

Color spaces of #aafd68

RGB 170253104
HSL0.260.970.70
HSV93°59°99°
CMYK 0.330.000.59   0.01
XYZ54.201579.796125.6422
Yxy79.79610.33950.4999
Hunter Lab89.3287-48.017645.5106
CIE-Lab91.5933-49.134061.9977

#aafd68 color RGB value is (170,253,104).

#aafd68 hex color red value is 170, green value is 253 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aafd68 hue: 0.26 , saturation: 0.97 and the lightness value of aafd68 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 01101000
Octal 252 375 150
Decimal 170 253 104
Hex AA FD 68

RGB Percentages of Color #aafd68

%32.26
%48.01
%19.73

CMYK Percentages of Color #aafd68

%33
%0
%59
%1

Triadic Colors of #aafd68

#aafd68 #68aafd #fd68aa

Analogous Colors of #aafd68

#aafd68 #68fd71 #f5fd68

Monochromatic Colors of #aafd68

#aafd68

Complementary Color

#aafd68 #bb68fd

#aafd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafd68 Color CSS Codes

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

#aafd68 Text Font Color

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

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


#aafd68 Background Color

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

This div background color is #aafd68


#aafd68 Border Color

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

This div border color is #aafd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafd68


Comments

No comments written yet.

Please login to write comment.