Color Hex Logo

#aed98e Color Hex

#AED98E
(174,217,142)
0 Favorites   0 Comments

Color spaces of #aed98e

RGB 174217142
HSL0.260.500.70
HSV94°35°85°
CMYK 0.200.000.35   0.15
XYZ47.150960.577434.7987
Yxy60.57740.33080.4250
Hunter Lab77.8315-28.068527.9733
CIE-Lab82.1510-27.254432.4853

#aed98e color RGB value is (174,217,142).

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

The process color (four color CMYK) of #aed98e color hex is 0.20, 0.00, 0.35, 0.15. Web safe color of #aed98e is #99cc99. Color #aed98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 10001110
Octal 256 331 216
Decimal 174 217 142
Hex AE D9 8E

RGB Percentages of Color #aed98e

%32.65
%40.71
%26.64

CMYK Percentages of Color #aed98e

%20
%0
%35
%15

Triadic Colors of #aed98e

#aed98e #8eaed9 #d98eae

Analogous Colors of #aed98e

#aed98e #8ed994 #d4d98e

Monochromatic Colors of #aed98e

#aed98e

Complementary Color

#aed98e #b98ed9

#aed98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed98e Color CSS Codes

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

#aed98e Text Font Color

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

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


#aed98e Background Color

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

This div background color is #aed98e


#aed98e Border Color

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

This div border color is #aed98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed98e


Comments

No comments written yet.

Please login to write comment.