Color Hex Logo

#aed69e Color Hex

#AED69E
(174,214,158)
0 Favorites   0 Comments

Color spaces of #aed69e

RGB 174214158
HSL0.290.410.73
HSV103°26°84°
CMYK 0.190.000.26   0.16
XYZ47.673759.560441.3314
Yxy59.56040.32090.4009
Hunter Lab77.1754-24.791822.2699
CIE-Lab81.5987-23.416023.4620

#aed69e color RGB value is (174,214,158).

#aed69e hex color red value is 174, green value is 214 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aed69e hue: 0.29 , saturation: 0.41 and the lightness value of aed69e is 0.73.

The process color (four color CMYK) of #aed69e color hex is 0.19, 0.00, 0.26, 0.16. Web safe color of #aed69e is #99cc99. Color #aed69e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 10011110
Octal 256 326 236
Decimal 174 214 158
Hex AE D6 9E

RGB Percentages of Color #aed69e

%31.87
%39.19
%28.94

CMYK Percentages of Color #aed69e

%19
%0
%26
%16

Triadic Colors of #aed69e

#aed69e #9eaed6 #d69eae

Analogous Colors of #aed69e

#aed69e #9ed6aa #cad69e

Monochromatic Colors of #aed69e

#aed69e

Complementary Color

#aed69e #c69ed6

#aed69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed69e Color CSS Codes

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

#aed69e Text Font Color

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

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


#aed69e Background Color

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

This div background color is #aed69e


#aed69e Border Color

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

This div border color is #aed69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed69e


Comments

No comments written yet.

Please login to write comment.