Color Hex Logo

#aff02c Color Hex

#AFF02C
(175,240,44)
0 Favorites   0 Comments

Color spaces of #aff02c

RGB 17524044
HSL0.220.870.56
HSV80°82°94°
CMYK 0.270.000.82   0.06
XYZ49.293971.616013.6081
Yxy71.61600.36640.5324
Hunter Lab84.6262-44.121549.7044
CIE-Lab87.7834-45.624178.9425

#aff02c color RGB value is (175,240,44).

#aff02c hex color red value is 175, green value is 240 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #aff02c hue: 0.22 , saturation: 0.87 and the lightness value of aff02c is 0.56.

The process color (four color CMYK) of #aff02c color hex is 0.27, 0.00, 0.82, 0.06. Web safe color of #aff02c is #99ff33. Color #aff02c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 00101100
Octal 257 360 54
Decimal 175 240 44
Hex AF F0 2C

RGB Percentages of Color #aff02c

%38.13
%52.29
%9.59

CMYK Percentages of Color #aff02c

%27
%0
%82
%6

Triadic Colors of #aff02c

#aff02c #2caff0 #f02caf

Analogous Colors of #aff02c

#aff02c #4df02c #f0cf2c

Monochromatic Colors of #aff02c

#aff02c

Complementary Color

#aff02c #6d2cf0

#aff02c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff02c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff02c Color CSS Codes

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

#aff02c Text Font Color

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

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


#aff02c Background Color

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

This div background color is #aff02c


#aff02c Border Color

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

This div border color is #aff02c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff02c


Comments

No comments written yet.

Please login to write comment.