Color Hex Logo

#aeddaf Color Hex

#AEDDAF
(174,221,175)
0 Favorites   0 Comments

Color spaces of #aeddaf

RGB 174221175
HSL0.340.410.77
HSV121°21°87°
CMYK 0.210.000.21   0.13
XYZ51.049963.806750.1828
Yxy63.80670.30930.3866
Hunter Lab79.8791-25.710918.6673
CIE-Lab83.8650-24.019817.6930

#aeddaf color RGB value is (174,221,175).

#aeddaf hex color red value is 174, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aeddaf hue: 0.34 , saturation: 0.41 and the lightness value of aeddaf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10101111
Octal 256 335 257
Decimal 174 221 175
Hex AE DD AF

RGB Percentages of Color #aeddaf

%30.53
%38.77
%30.70

CMYK Percentages of Color #aeddaf

%21
%0
%21
%13

Triadic Colors of #aeddaf

#aeddaf #afaedd #ddafae

Analogous Colors of #aeddaf

#aeddaf #aeddc7 #c5ddae

Monochromatic Colors of #aeddaf

#aeddaf

Complementary Color

#aeddaf #ddaedc

#aeddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddaf Color CSS Codes

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

#aeddaf Text Font Color

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

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


#aeddaf Background Color

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

This div background color is #aeddaf


#aeddaf Border Color

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

This div border color is #aeddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddaf


Comments

No comments written yet.

Please login to write comment.