Color Hex Logo

#aff66a Color Hex

#AFF66A
(175,246,106)
0 Favorites   0 Comments

Color spaces of #aff66a

RGB 175246106
HSL0.250.890.69
HSV90°57°96°
CMYK 0.290.000.57   0.04
XYZ53.236576.066125.5120
Yxy76.06610.34390.4913
Hunter Lab87.2159-43.671543.7079
CIE-Lab89.8900-44.267759.2704

#aff66a color RGB value is (175,246,106).

#aff66a hex color red value is 175, green value is 246 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aff66a hue: 0.25 , saturation: 0.89 and the lightness value of aff66a is 0.69.

The process color (four color CMYK) of #aff66a color hex is 0.29, 0.00, 0.57, 0.04. Web safe color of #aff66a is #99ff66. Color #aff66a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110110 01101010
Octal 257 366 152
Decimal 175 246 106
Hex AF F6 6A

RGB Percentages of Color #aff66a

%33.21
%46.68
%20.11

CMYK Percentages of Color #aff66a

%29
%0
%57
%4

Triadic Colors of #aff66a

#aff66a #6aaff6 #f66aaf

Analogous Colors of #aff66a

#aff66a #6af66b #f5f66a

Monochromatic Colors of #aff66a

#aff66a

Complementary Color

#aff66a #b16af6

#aff66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff66a Color CSS Codes

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

#aff66a Text Font Color

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

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


#aff66a Background Color

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

This div background color is #aff66a


#aff66a Border Color

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

This div border color is #aff66a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,246,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aff66a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aff66a;
  -webkit-box-shadow: 1px 1px 3px 2px #aff66a;
  box-shadow:         1px 1px 3px 2px #aff66a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff66a

Related Colors


Comments

No comments written yet.

Please login to write comment.