Color Hex Logo

#aee070 Color Hex

#AEE070
(174,224,112)
0 Favorites   0 Comments

Color spaces of #aee070

RGB 174224112
HSL0.240.640.66
HSV87°50°88°
CMYK 0.220.000.50   0.12
XYZ47.035863.479825.1030
Yxy63.47980.34680.4681
Hunter Lab79.6742-34.052137.0914
CIE-Lab83.6942-34.228349.2504

#aee070 color RGB value is (174,224,112).

#aee070 hex color red value is 174, green value is 224 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #aee070 hue: 0.24 , saturation: 0.64 and the lightness value of aee070 is 0.66.

The process color (four color CMYK) of #aee070 color hex is 0.22, 0.00, 0.50, 0.12. Web safe color of #aee070 is #99cc66. Color #aee070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 01110000
Octal 256 340 160
Decimal 174 224 112
Hex AE E0 70

RGB Percentages of Color #aee070

%34.12
%43.92
%21.96

CMYK Percentages of Color #aee070

%22
%0
%50
%12

Triadic Colors of #aee070

#aee070 #70aee0 #e070ae

Analogous Colors of #aee070

#aee070 #76e070 #e0da70

Monochromatic Colors of #aee070

#aee070

Complementary Color

#aee070 #a270e0

#aee070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee070 Color CSS Codes

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

#aee070 Text Font Color

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

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


#aee070 Background Color

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

This div background color is #aee070


#aee070 Border Color

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

This div border color is #aee070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee070


Comments

No comments written yet.

Please login to write comment.