Color Hex Logo

#aff40d Color Hex

#AFF40D
(175,244,13)
0 Favorites   0 Comments

Color spaces of #aff40d

RGB 17524413
HSL0.220.910.50
HSV78°95°96°
CMYK 0.280.000.95   0.04
XYZ50.102573.844411.9935
Yxy73.84440.36860.5432
Hunter Lab85.9328-46.309251.8779
CIE-Lab88.8489-48.032084.9019

#aff40d color RGB value is (175,244,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110100 00001101
Octal 257 364 15
Decimal 175 244 13
Hex AF F4 D

RGB Percentages of Color #aff40d

%40.51
%56.48
%3.01

CMYK Percentages of Color #aff40d

%28
%0
%95
%4

Triadic Colors of #aff40d

#aff40d #0daff4 #f40daf

Analogous Colors of #aff40d

#aff40d #3bf40d #f4c60d

Monochromatic Colors of #aff40d

#aff40d

Complementary Color

#aff40d #520df4

#aff40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff40d Color CSS Codes

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

#aff40d Text Font Color

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

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


#aff40d Background Color

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

This div background color is #aff40d


#aff40d Border Color

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

This div border color is #aff40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff40d


Comments

No comments written yet.

Please login to write comment.