Color Hex Logo

#aef81f Color Hex

#AEF81F
(174,248,31)
0 Favorites   0 Comments

Color spaces of #aef81f

RGB 17424831
HSL0.220.940.55
HSV80°88°97°
CMYK 0.300.000.88   0.03
XYZ51.270376.232413.3084
Yxy76.23240.36410.5414
Hunter Lab87.3112-47.976952.0805
CIE-Lab89.9671-49.737983.4471

#aef81f color RGB value is (174,248,31).

#aef81f hex color red value is 174, green value is 248 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aef81f hue: 0.22 , saturation: 0.94 and the lightness value of aef81f is 0.55.

The process color (four color CMYK) of #aef81f color hex is 0.30, 0.00, 0.88, 0.03. Web safe color of #aef81f is #99ff33. Color #aef81f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111000 00011111
Octal 256 370 37
Decimal 174 248 31
Hex AE F8 1F

RGB Percentages of Color #aef81f

%38.41
%54.75
%6.84

CMYK Percentages of Color #aef81f

%30
%0
%88
%3

Triadic Colors of #aef81f

#aef81f #1faef8 #f81fae

Analogous Colors of #aef81f

#aef81f #42f81f #f8d61f

Monochromatic Colors of #aef81f

#aef81f

Complementary Color

#aef81f #691ff8

#aef81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef81f Color CSS Codes

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

#aef81f Text Font Color

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

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


#aef81f Background Color

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

This div background color is #aef81f


#aef81f Border Color

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

This div border color is #aef81f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef81f


Comments

No comments written yet.

Please login to write comment.