Color Hex Logo

#aff420 Color Hex

#AFF420
(175,244,32)
0 Favorites   0 Comments

Color spaces of #aff420

RGB 17524432
HSL0.220.910.54
HSV80°87°96°
CMYK 0.280.000.87   0.04
XYZ50.290673.919612.9838
Yxy73.91960.36660.5388
Hunter Lab85.9765-46.048151.2298
CIE-Lab88.8845-47.680582.3940

#aff420 color RGB value is (175,244,32).

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

The process color (four color CMYK) of #aff420 color hex is 0.28, 0.00, 0.87, 0.04. Web safe color of #aff420 is #99ff33. Color #aff420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110100 00100000
Octal 257 364 40
Decimal 175 244 32
Hex AF F4 20

RGB Percentages of Color #aff420

%38.80
%54.10
%7.10

CMYK Percentages of Color #aff420

%28
%0
%87
%4

Triadic Colors of #aff420

#aff420 #20aff4 #f420af

Analogous Colors of #aff420

#aff420 #45f420 #f4cf20

Monochromatic Colors of #aff420

#aff420

Complementary Color

#aff420 #6520f4

#aff420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff420 Color CSS Codes

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

#aff420 Text Font Color

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

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


#aff420 Background Color

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

This div background color is #aff420


#aff420 Border Color

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

This div border color is #aff420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff420


Comments

No comments written yet.

Please login to write comment.