Color Hex Logo

#aed17e Color Hex

#AED17E
(174,209,126)
0 Favorites   0 Comments

Color spaces of #aed17e

RGB 174209126
HSL0.240.470.66
HSV85°40°82°
CMYK 0.170.000.40   0.18
XYZ44.021956.106028.2480
Yxy56.10600.34290.4370
Hunter Lab74.9039-26.175430.0731
CIE-Lab79.6741-25.534737.3979

#aed17e color RGB value is (174,209,126).

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

The process color (four color CMYK) of #aed17e color hex is 0.17, 0.00, 0.40, 0.18. Web safe color of #aed17e is #99cc66. Color #aed17e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 01111110
Octal 256 321 176
Decimal 174 209 126
Hex AE D1 7E

RGB Percentages of Color #aed17e

%34.18
%41.06
%24.75

CMYK Percentages of Color #aed17e

%17
%0
%40
%18

Triadic Colors of #aed17e

#aed17e #7eaed1 #d17eae

Analogous Colors of #aed17e

#aed17e #85d17e #d1cb7e

Monochromatic Colors of #aed17e

#aed17e

Complementary Color

#aed17e #a17ed1

#aed17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed17e Color CSS Codes

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

#aed17e Text Font Color

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

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


#aed17e Background Color

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

This div background color is #aed17e


#aed17e Border Color

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

This div border color is #aed17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed17e


Comments

No comments written yet.

Please login to write comment.