Color Hex Logo

#aff01f Color Hex

#AFF01F
(175,240,31)
0 Favorites   0 Comments

Color spaces of #aff01f

RGB 17524031
HSL0.220.870.53
HSV79°87°94°
CMYK 0.270.000.87   0.06
XYZ49.086671.533112.5165
Yxy71.53310.36870.5373
Hunter Lab84.5772-44.413150.4298
CIE-Lab87.7434-46.015381.6221

#aff01f color RGB value is (175,240,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 00011111
Octal 257 360 37
Decimal 175 240 31
Hex AF F0 1F

RGB Percentages of Color #aff01f

%39.24
%53.81
%6.95

CMYK Percentages of Color #aff01f

%27
%0
%87
%6

Triadic Colors of #aff01f

#aff01f #1faff0 #f01faf

Analogous Colors of #aff01f

#aff01f #46f01f #f0c91f

Monochromatic Colors of #aff01f

#aff01f

Complementary Color

#aff01f #601ff0

#aff01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff01f Color CSS Codes

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

#aff01f Text Font Color

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

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


#aff01f Background Color

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

This div background color is #aff01f


#aff01f Border Color

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

This div border color is #aff01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff01f


Comments

No comments written yet.

Please login to write comment.