Color Hex Logo

#aff40a Color Hex

#AFF40A
(175,244,10)
0 Favorites   0 Comments

Color spaces of #aff40a

RGB 17524410
HSL0.220.920.50
HSV78°96°96°
CMYK 0.280.000.96   0.04
XYZ50.084773.837211.8994
Yxy73.83720.36880.5436
Hunter Lab85.9286-46.333751.9395
CIE-Lab88.8455-48.065185.1474

#aff40a color RGB value is (175,244,10).

#aff40a hex color red value is 175, green value is 244 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aff40a hue: 0.22 , saturation: 0.92 and the lightness value of aff40a is 0.50.

The process color (four color CMYK) of #aff40a color hex is 0.28, 0.00, 0.96, 0.04. Web safe color of #aff40a is #99ff00. Color #aff40a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110100 00001010
Octal 257 364 12
Decimal 175 244 10
Hex AF F4 A

RGB Percentages of Color #aff40a

%40.79
%56.88
%2.33

CMYK Percentages of Color #aff40a

%28
%0
%96
%4

Triadic Colors of #aff40a

#aff40a #0aaff4 #f40aaf

Analogous Colors of #aff40a

#aff40a #3af40a #f4c40a

Monochromatic Colors of #aff40a

#aff40a

Complementary Color

#aff40a #4f0af4

#aff40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff40a Color CSS Codes

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

#aff40a Text Font Color

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

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


#aff40a Background Color

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

This div background color is #aff40a


#aff40a Border Color

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

This div border color is #aff40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff40a

Related Colors


Comments

No comments written yet.

Please login to write comment.