Color Hex Logo

#aef24d Color Hex

#AEF24D
(174,242,77)
0 Favorites   0 Comments

Color spaces of #aef24d

RGB 17424277
HSL0.240.860.63
HSV85°68°95°
CMYK 0.280.000.68   0.05
XYZ50.547273.038818.4549
Yxy73.03880.35590.5142
Hunter Lab85.4627-43.985447.0208
CIE-Lab88.4662-45.191069.4313

#aef24d color RGB value is (174,242,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 01001101
Octal 256 362 115
Decimal 174 242 77
Hex AE F2 4D

RGB Percentages of Color #aef24d

%35.29
%49.09
%15.62

CMYK Percentages of Color #aef24d

%28
%0
%68
%5

Triadic Colors of #aef24d

#aef24d #4daef2 #f24dae

Analogous Colors of #aef24d

#aef24d #5cf24d #f2e44d

Monochromatic Colors of #aef24d

#aef24d

Complementary Color

#aef24d #914df2

#aef24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef24d Color CSS Codes

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

#aef24d Text Font Color

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

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


#aef24d Background Color

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

This div background color is #aef24d


#aef24d Border Color

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

This div border color is #aef24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef24d


Comments

No comments written yet.

Please login to write comment.