Color Hex Logo

#aff24d Color Hex

#AFF24D
(175,242,77)
0 Favorites   0 Comments

Color spaces of #aff24d

RGB 17524277
HSL0.230.860.63
HSV84°68°95°
CMYK 0.280.000.68   0.05
XYZ50.770973.154018.4654
Yxy73.15400.35660.5138
Hunter Lab85.5301-43.719647.0707
CIE-Lab88.5211-44.830969.5049

#aff24d color RGB value is (175,242,77).

#aff24d hex color red value is 175, green value is 242 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aff24d hue: 0.23 , saturation: 0.86 and the lightness value of aff24d is 0.63.

The process color (four color CMYK) of #aff24d color hex is 0.28, 0.00, 0.68, 0.05. Web safe color of #aff24d is #99ff66. Color #aff24d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110010 01001101
Octal 257 362 115
Decimal 175 242 77
Hex AF F2 4D

RGB Percentages of Color #aff24d

%35.43
%48.99
%15.59

CMYK Percentages of Color #aff24d

%28
%0
%68
%5

Triadic Colors of #aff24d

#aff24d #4daff2 #f24daf

Analogous Colors of #aff24d

#aff24d #5df24d #f2e34d

Monochromatic Colors of #aff24d

#aff24d

Complementary Color

#aff24d #904df2

#aff24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff24d Color CSS Codes

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

#aff24d Text Font Color

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

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


#aff24d Background Color

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

This div background color is #aff24d


#aff24d Border Color

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

This div border color is #aff24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff24d


Comments

No comments written yet.

Please login to write comment.