Color Hex Logo

#aeeaad Color Hex

#AEEAAD
(174,234,173)
0 Favorites   0 Comments

Color spaces of #aeeaad

RGB 174234173
HSL0.330.590.80
HSV119°26°92°
CMYK 0.260.000.26   0.08
XYZ54.421270.861450.3445
Yxy70.86140.30990.4035
Hunter Lab84.1792-31.914823.4663
CIE-Lab87.4176-30.575923.6524

#aeeaad color RGB value is (174,234,173).

#aeeaad hex color red value is 174, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aeeaad hue: 0.33 , saturation: 0.59 and the lightness value of aeeaad is 0.80.

The process color (four color CMYK) of #aeeaad color hex is 0.26, 0.00, 0.26, 0.08. Web safe color of #aeeaad is #99ff99. Color #aeeaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 10101101
Octal 256 352 255
Decimal 174 234 173
Hex AE EA AD

RGB Percentages of Color #aeeaad

%29.95
%40.28
%29.78

CMYK Percentages of Color #aeeaad

%26
%0
%26
%8

Triadic Colors of #aeeaad

#aeeaad #adaeea #eaadae

Analogous Colors of #aeeaad

#aeeaad #adeacb #cdeaad

Monochromatic Colors of #aeeaad

#aeeaad

Complementary Color

#aeeaad #e9adea

#aeeaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeaad Color CSS Codes

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

#aeeaad Text Font Color

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

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


#aeeaad Background Color

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

This div background color is #aeeaad


#aeeaad Border Color

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

This div border color is #aeeaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeaad


Comments

No comments written yet.

Please login to write comment.