Color Hex Logo

#a9fd66 Color Hex

#A9FD66
(169,253,102)
0 Favorites   0 Comments

Color spaces of #a9fd66

RGB 169253102
HSL0.260.970.70
HSV93°60°99°
CMYK 0.330.000.60   0.01
XYZ53.885779.644925.1033
Yxy79.64490.33970.5021
Hunter Lab89.2440-48.398345.7932
CIE-Lab91.5253-49.647762.7518

#a9fd66 color RGB value is (169,253,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111101 01100110
Octal 251 375 146
Decimal 169 253 102
Hex A9 FD 66

RGB Percentages of Color #a9fd66

%32.25
%48.28
%19.47

CMYK Percentages of Color #a9fd66

%33
%0
%60
%1

Triadic Colors of #a9fd66

#a9fd66 #66a9fd #fd66a9

Analogous Colors of #a9fd66

#a9fd66 #66fd6f #f5fd66

Monochromatic Colors of #a9fd66

#a9fd66

Complementary Color

#a9fd66 #ba66fd

#a9fd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fd66 Color CSS Codes

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

#a9fd66 Text Font Color

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

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


#a9fd66 Background Color

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

This div background color is #a9fd66


#a9fd66 Border Color

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

This div border color is #a9fd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fd66


Comments

No comments written yet.

Please login to write comment.