Color Hex Logo

#aef64a Color Hex

#AEF64A
(174,246,74)
0 Favorites   0 Comments

Color spaces of #aef64a

RGB 17424674
HSL0.240.910.63
HSV85°70°96°
CMYK 0.290.000.70   0.04
XYZ51.647475.404618.3110
Yxy75.40460.35530.5187
Hunter Lab86.8358-45.796148.2826
CIE-Lab89.5822-47.083271.6438

#aef64a color RGB value is (174,246,74).

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

The process color (four color CMYK) of #aef64a color hex is 0.29, 0.00, 0.70, 0.04. Web safe color of #aef64a is #99ff33. Color #aef64a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 01001010
Octal 256 366 112
Decimal 174 246 74
Hex AE F6 4A

RGB Percentages of Color #aef64a

%35.22
%49.80
%14.98

CMYK Percentages of Color #aef64a

%29
%0
%70
%4

Triadic Colors of #aef64a

#aef64a #4aaef6 #f64aae

Analogous Colors of #aef64a

#aef64a #58f64a #f6e84a

Monochromatic Colors of #aef64a

#aef64a

Complementary Color

#aef64a #924af6

#aef64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef64a Color CSS Codes

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

#aef64a Text Font Color

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

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


#aef64a Background Color

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

This div background color is #aef64a


#aef64a Border Color

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

This div border color is #aef64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef64a


Comments

No comments written yet.

Please login to write comment.