Color Hex Logo

#aef44d Color Hex

#AEF44D
(174,244,77)
0 Favorites   0 Comments

Color spaces of #aef44d

RGB 17424477
HSL0.240.880.63
HSV85°68°96°
CMYK 0.290.000.68   0.04
XYZ51.145874.235918.6545
Yxy74.23590.35510.5154
Hunter Lab86.1603-44.820647.4753
CIE-Lab89.0339-46.044970.0124

#aef44d color RGB value is (174,244,77).

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

The process color (four color CMYK) of #aef44d color hex is 0.29, 0.00, 0.68, 0.04. Web safe color of #aef44d is #99ff66. Color #aef44d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 01001101
Octal 256 364 115
Decimal 174 244 77
Hex AE F4 4D

RGB Percentages of Color #aef44d

%35.15
%49.29
%15.56

CMYK Percentages of Color #aef44d

%29
%0
%68
%4

Triadic Colors of #aef44d

#aef44d #4daef4 #f44dae

Analogous Colors of #aef44d

#aef44d #5af44d #f4e74d

Monochromatic Colors of #aef44d

#aef44d

Complementary Color

#aef44d #934df4

#aef44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef44d Color CSS Codes

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

#aef44d Text Font Color

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

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


#aef44d Background Color

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

This div background color is #aef44d


#aef44d Border Color

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

This div border color is #aef44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef44d


Comments

No comments written yet.

Please login to write comment.