Color Hex Logo

#aee085 Color Hex

#AEE085
(174,224,133)
0 Favorites   0 Comments

Color spaces of #aee085

RGB 174224133
HSL0.260.590.70
HSV93°41°88°
CMYK 0.220.000.41   0.12
XYZ48.344964.003431.9962
Yxy64.00340.33490.4434
Hunter Lab80.0021-32.137032.2889
CIE-Lab83.9675-31.771039.3912

#aee085 color RGB value is (174,224,133).

#aee085 hex color red value is 174, green value is 224 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #aee085 hue: 0.26 , saturation: 0.59 and the lightness value of aee085 is 0.70.

The process color (four color CMYK) of #aee085 color hex is 0.22, 0.00, 0.41, 0.12. Web safe color of #aee085 is #99cc99. Color #aee085 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 10000101
Octal 256 340 205
Decimal 174 224 133
Hex AE E0 85

RGB Percentages of Color #aee085

%32.77
%42.18
%25.05

CMYK Percentages of Color #aee085

%22
%0
%41
%12

Triadic Colors of #aee085

#aee085 #85aee0 #e085ae

Analogous Colors of #aee085

#aee085 #85e08a #dce085

Monochromatic Colors of #aee085

#aee085

Complementary Color

#aee085 #b785e0

#aee085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee085 Color CSS Codes

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

#aee085 Text Font Color

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

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


#aee085 Background Color

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

This div background color is #aee085


#aee085 Border Color

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

This div border color is #aee085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee085


Comments

No comments written yet.

Please login to write comment.