Color Hex Logo

#aef916 Color Hex

#AEF916
(174,249,22)
0 Favorites   0 Comments

Color spaces of #aef916

RGB 17424922
HSL0.220.950.53
HSV80°91°98°
CMYK 0.300.000.91   0.02
XYZ51.476176.808012.8714
Yxy76.80800.36470.5441
Hunter Lab87.6402-48.527052.6404
CIE-Lab90.2332-50.340885.0043

#aef916 color RGB value is (174,249,22).

#aef916 hex color red value is 174, green value is 249 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #aef916 hue: 0.22 , saturation: 0.95 and the lightness value of aef916 is 0.53.

The process color (four color CMYK) of #aef916 color hex is 0.30, 0.00, 0.91, 0.02. Web safe color of #aef916 is #99ff00. Color #aef916 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 00010110
Octal 256 371 26
Decimal 174 249 22
Hex AE F9 16

RGB Percentages of Color #aef916

%39.10
%55.96
%4.94

CMYK Percentages of Color #aef916

%30
%0
%91
%2

Triadic Colors of #aef916

#aef916 #16aef9 #f916ae

Analogous Colors of #aef916

#aef916 #3df916 #f9d316

Monochromatic Colors of #aef916

#aef916

Complementary Color

#aef916 #6116f9

#aef916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef916 Color CSS Codes

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

#aef916 Text Font Color

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

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


#aef916 Background Color

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

This div background color is #aef916


#aef916 Border Color

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

This div border color is #aef916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef916


Comments

No comments written yet.

Please login to write comment.