Color Hex Logo

#aed98d Color Hex

#AED98D
(174,217,141)
0 Favorites   0 Comments

Color spaces of #aed98d

RGB 174217141
HSL0.260.500.70
HSV94°35°85°
CMYK 0.200.000.35   0.15
XYZ47.076160.547534.4050
Yxy60.54750.33150.4263
Hunter Lab77.8123-28.179728.2533
CIE-Lab82.1349-27.394232.9751

#aed98d color RGB value is (174,217,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 10001101
Octal 256 331 215
Decimal 174 217 141
Hex AE D9 8D

RGB Percentages of Color #aed98d

%32.71
%40.79
%26.50

CMYK Percentages of Color #aed98d

%20
%0
%35
%15

Triadic Colors of #aed98d

#aed98d #8daed9 #d98dae

Analogous Colors of #aed98d

#aed98d #8dd992 #d4d98d

Monochromatic Colors of #aed98d

#aed98d

Complementary Color

#aed98d #b88dd9

#aed98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed98d Color CSS Codes

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

#aed98d Text Font Color

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

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


#aed98d Background Color

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

This div background color is #aed98d


#aed98d Border Color

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

This div border color is #aed98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed98d


Comments

No comments written yet.

Please login to write comment.