Color Hex Logo

#afef24 Color Hex

#AFEF24
(175,239,36)
0 Favorites   0 Comments

Color spaces of #afef24

RGB 17523936
HSL0.220.860.54
HSV79°85°94°
CMYK 0.270.000.85   0.06
XYZ48.864170.974312.7931
Yxy70.97430.36840.5351
Hunter Lab84.2462-43.898249.9690
CIE-Lab87.4725-45.454980.4440

#afef24 color RGB value is (175,239,36).

#afef24 hex color red value is 175, green value is 239 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #afef24 hue: 0.22 , saturation: 0.86 and the lightness value of afef24 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 00100100
Octal 257 357 44
Decimal 175 239 36
Hex AF EF 24

RGB Percentages of Color #afef24

%38.89
%53.11
%8.00

CMYK Percentages of Color #afef24

%27
%0
%85
%6

Triadic Colors of #afef24

#afef24 #24afef #ef24af

Analogous Colors of #afef24

#afef24 #49ef24 #efca24

Monochromatic Colors of #afef24

#afef24

Complementary Color

#afef24 #6424ef

#afef24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef24 Color CSS Codes

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

#afef24 Text Font Color

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

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


#afef24 Background Color

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

This div background color is #afef24


#afef24 Border Color

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

This div border color is #afef24


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,239,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 #afef24">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef24


Comments

No comments written yet.

Please login to write comment.