Color Hex Logo

#aee870 Color Hex

#AEE870
(174,232,112)
0 Favorites   0 Comments

Color spaces of #aee870

RGB 174232112
HSL0.250.720.67
HSV89°52°91°
CMYK 0.250.000.52   0.09
XYZ49.236867.881725.8367
Yxy67.88170.34440.4748
Hunter Lab82.3904-37.510839.0806
CIE-Lab85.9473-37.864751.9517

#aee870 color RGB value is (174,232,112).

#aee870 hex color red value is 174, green value is 232 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #aee870 hue: 0.25 , saturation: 0.72 and the lightness value of aee870 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101000 01110000
Octal 256 350 160
Decimal 174 232 112
Hex AE E8 70

RGB Percentages of Color #aee870

%33.59
%44.79
%21.62

CMYK Percentages of Color #aee870

%25
%0
%52
%9

Triadic Colors of #aee870

#aee870 #70aee8 #e870ae

Analogous Colors of #aee870

#aee870 #72e870 #e8e670

Monochromatic Colors of #aee870

#aee870

Complementary Color

#aee870 #aa70e8

#aee870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee870 Color CSS Codes

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

#aee870 Text Font Color

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

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


#aee870 Background Color

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

This div background color is #aee870


#aee870 Border Color

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

This div border color is #aee870


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,232,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 #aee870">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee870


Comments

No comments written yet.

Please login to write comment.