Color Hex Logo

#aee94f Color Hex

#AEE94F
(174,233,79)
0 Favorites   0 Comments

Color spaces of #aee94f

RGB 17423379
HSL0.230.780.61
HSV83°66°91°
CMYK 0.250.000.66   0.09
XYZ48.005867.841017.9616
Yxy67.84100.35880.5070
Hunter Lab82.3656-40.103444.7265
CIE-Lab85.9269-41.151866.0482

#aee94f color RGB value is (174,233,79).

#aee94f hex color red value is 174, green value is 233 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aee94f hue: 0.23 , saturation: 0.78 and the lightness value of aee94f is 0.61.

The process color (four color CMYK) of #aee94f color hex is 0.25, 0.00, 0.66, 0.09. Web safe color of #aee94f is #99ff66. Color #aee94f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101001 01001111
Octal 256 351 117
Decimal 174 233 79
Hex AE E9 4F

RGB Percentages of Color #aee94f

%35.80
%47.94
%16.26

CMYK Percentages of Color #aee94f

%25
%0
%66
%9

Triadic Colors of #aee94f

#aee94f #4faee9 #e94fae

Analogous Colors of #aee94f

#aee94f #61e94f #e9d74f

Monochromatic Colors of #aee94f

#aee94f

Complementary Color

#aee94f #8a4fe9

#aee94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee94f Color CSS Codes

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

#aee94f Text Font Color

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

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


#aee94f Background Color

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

This div background color is #aee94f


#aee94f Border Color

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

This div border color is #aee94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee94f


Comments

No comments written yet.

Please login to write comment.