Color Hex Logo

#aed98c Color Hex

#AED98C
(174,217,140)
0 Favorites   0 Comments

Color spaces of #aed98c

RGB 174217140
HSL0.260.500.70
HSV94°35°85°
CMYK 0.200.000.35   0.15
XYZ47.002060.517834.0148
Yxy60.51780.33210.4276
Hunter Lab77.7932-28.289928.5309
CIE-Lab82.1188-27.532733.4643

#aed98c color RGB value is (174,217,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 10001100
Octal 256 331 214
Decimal 174 217 140
Hex AE D9 8C

RGB Percentages of Color #aed98c

%32.77
%40.87
%26.37

CMYK Percentages of Color #aed98c

%20
%0
%35
%15

Triadic Colors of #aed98c

#aed98c #8caed9 #d98cae

Analogous Colors of #aed98c

#aed98c #8cd991 #d5d98c

Monochromatic Colors of #aed98c

#aed98c

Complementary Color

#aed98c #b78cd9

#aed98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed98c Color CSS Codes

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

#aed98c Text Font Color

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

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


#aed98c Background Color

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

This div background color is #aed98c


#aed98c Border Color

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

This div border color is #aed98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed98c


Comments

No comments written yet.

Please login to write comment.