Color Hex Logo

#aeec5f Color Hex

#AEEC5F
(174,236,95)
0 Favorites   0 Comments

Color spaces of #aeec5f

RGB 17423695
HSL0.240.790.65
HSV86°60°93°
CMYK 0.260.000.60   0.07
XYZ49.516669.815821.6925
Yxy69.81580.35110.4951
Hunter Lab83.5558-40.440643.0964
CIE-Lab86.9064-41.239960.6149

#aeec5f color RGB value is (174,236,95).

#aeec5f hex color red value is 174, green value is 236 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aeec5f hue: 0.24 , saturation: 0.79 and the lightness value of aeec5f is 0.65.

The process color (four color CMYK) of #aeec5f color hex is 0.26, 0.00, 0.60, 0.07. Web safe color of #aeec5f is #99ff66. Color #aeec5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 01011111
Octal 256 354 137
Decimal 174 236 95
Hex AE EC 5F

RGB Percentages of Color #aeec5f

%34.46
%46.73
%18.81

CMYK Percentages of Color #aeec5f

%26
%0
%60
%7

Triadic Colors of #aeec5f

#aeec5f #5faeec #ec5fae

Analogous Colors of #aeec5f

#aeec5f #68ec5f #ece45f

Monochromatic Colors of #aeec5f

#aeec5f

Complementary Color

#aeec5f #9d5fec

#aeec5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeec5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeec5f Color CSS Codes

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

#aeec5f Text Font Color

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

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


#aeec5f Background Color

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

This div background color is #aeec5f


#aeec5f Border Color

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

This div border color is #aeec5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeec5f


Comments

No comments written yet.

Please login to write comment.