Color Hex Logo

#aede8f Color Hex

#AEDE8F
(174,222,143)
0 Favorites   0 Comments

Color spaces of #aede8f

RGB 174222143
HSL0.270.540.72
HSV96°36°87°
CMYK 0.220.000.36   0.13
XYZ48.534863.224435.6321
Yxy63.22440.32930.4290
Hunter Lab79.5138-30.193629.0903
CIE-Lab83.5603-29.493733.8320

#aede8f color RGB value is (174,222,143).

#aede8f hex color red value is 174, green value is 222 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aede8f hue: 0.27 , saturation: 0.54 and the lightness value of aede8f is 0.72.

The process color (four color CMYK) of #aede8f color hex is 0.22, 0.00, 0.36, 0.13. Web safe color of #aede8f is #99cc99. Color #aede8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 10001111
Octal 256 336 217
Decimal 174 222 143
Hex AE DE 8F

RGB Percentages of Color #aede8f

%32.28
%41.19
%26.53

CMYK Percentages of Color #aede8f

%22
%0
%36
%13

Triadic Colors of #aede8f

#aede8f #8faede #de8fae

Analogous Colors of #aede8f

#aede8f #8fde98 #d6de8f

Monochromatic Colors of #aede8f

#aede8f

Complementary Color

#aede8f #bf8fde

#aede8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aede8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aede8f Color CSS Codes

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

#aede8f Text Font Color

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

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


#aede8f Background Color

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

This div background color is #aede8f


#aede8f Border Color

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

This div border color is #aede8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aede8f


Comments

No comments written yet.

Please login to write comment.