Color Hex Logo

#afde24 Color Hex

#AFDE24
(175,222,36)
0 Favorites   0 Comments

Color spaces of #afde24

RGB 17522236
HSL0.210.740.51
HSV75°84°87°
CMYK 0.210.000.84   0.13
XYZ44.118961.483911.2113
Yxy61.48390.37770.5263
Hunter Lab78.4117-36.786146.4109
CIE-Lab82.6382-38.027076.3251

#afde24 color RGB value is (175,222,36).

#afde24 hex color red value is 175, green value is 222 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #afde24 hue: 0.21 , saturation: 0.74 and the lightness value of afde24 is 0.51.

The process color (four color CMYK) of #afde24 color hex is 0.21, 0.00, 0.84, 0.13. Web safe color of #afde24 is #99cc33. Color #afde24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 00100100
Octal 257 336 44
Decimal 175 222 36
Hex AF DE 24

RGB Percentages of Color #afde24

%40.42
%51.27
%8.31

CMYK Percentages of Color #afde24

%21
%0
%84
%13

Triadic Colors of #afde24

#afde24 #24afde #de24af

Analogous Colors of #afde24

#afde24 #52de24 #deb024

Monochromatic Colors of #afde24

#afde24

Complementary Color

#afde24 #5324de

#afde24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afde24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afde24 Color CSS Codes

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

#afde24 Text Font Color

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

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


#afde24 Background Color

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

This div background color is #afde24


#afde24 Border Color

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

This div border color is #afde24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afde24


Comments

No comments written yet.

Please login to write comment.