Color Hex Logo

#aef24c Color Hex

#AEF24C
(174,242,76)
0 Favorites   0 Comments

Color spaces of #aef24c

RGB 17424276
HSL0.230.860.62
HSV85°69°95°
CMYK 0.280.000.69   0.05
XYZ50.512273.024718.2704
Yxy73.02470.35620.5150
Hunter Lab85.4545-44.033947.1418
CIE-Lab88.4595-45.255669.7898

#aef24c color RGB value is (174,242,76).

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

The process color (four color CMYK) of #aef24c color hex is 0.28, 0.00, 0.69, 0.05. Web safe color of #aef24c is #99ff33. Color #aef24c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 01001100
Octal 256 362 114
Decimal 174 242 76
Hex AE F2 4C

RGB Percentages of Color #aef24c

%35.37
%49.19
%15.45

CMYK Percentages of Color #aef24c

%28
%0
%69
%5

Triadic Colors of #aef24c

#aef24c #4caef2 #f24cae

Analogous Colors of #aef24c

#aef24c #5bf24c #f2e34c

Monochromatic Colors of #aef24c

#aef24c

Complementary Color

#aef24c #904cf2

#aef24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef24c Color CSS Codes

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

#aef24c Text Font Color

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

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


#aef24c Background Color

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

This div background color is #aef24c


#aef24c Border Color

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

This div border color is #aef24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef24c


Comments

No comments written yet.

Please login to write comment.