Color Hex Logo

#aef917 Color Hex

#AEF917
(174,249,23)
0 Favorites   0 Comments

Color spaces of #aef917

RGB 17424923
HSL0.220.950.53
HSV80°91°98°
CMYK 0.300.000.91   0.02
XYZ51.485976.811912.9232
Yxy76.81190.36460.5439
Hunter Lab87.6424-48.513652.6071
CIE-Lab90.2350-50.322784.8759

#aef917 color RGB value is (174,249,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 00010111
Octal 256 371 27
Decimal 174 249 23
Hex AE F9 17

RGB Percentages of Color #aef917

%39.01
%55.83
%5.16

CMYK Percentages of Color #aef917

%30
%0
%91
%2

Triadic Colors of #aef917

#aef917 #17aef9 #f917ae

Analogous Colors of #aef917

#aef917 #3df917 #f9d317

Monochromatic Colors of #aef917

#aef917

Complementary Color

#aef917 #6217f9

#aef917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef917 Color CSS Codes

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

#aef917 Text Font Color

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

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


#aef917 Background Color

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

This div background color is #aef917


#aef917 Border Color

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

This div border color is #aef917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef917


Comments

No comments written yet.

Please login to write comment.