Color Hex Logo

#aedfaa Color Hex

#AEDFAA
(174,223,170)
0 Favorites   0 Comments

Color spaces of #aedfaa

RGB 174223170
HSL0.320.450.77
HSV115°24°87°
CMYK 0.220.000.24   0.13
XYZ51.098964.676347.8208
Yxy64.67630.31230.3953
Hunter Lab80.4216-27.321021.0397
CIE-Lab84.3167-25.836520.9346

#aedfaa color RGB value is (174,223,170).

#aedfaa hex color red value is 174, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aedfaa hue: 0.32 , saturation: 0.45 and the lightness value of aedfaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10101010
Octal 256 337 252
Decimal 174 223 170
Hex AE DF AA

RGB Percentages of Color #aedfaa

%30.69
%39.33
%29.98

CMYK Percentages of Color #aedfaa

%22
%0
%24
%13

Triadic Colors of #aedfaa

#aedfaa #aaaedf #dfaaae

Analogous Colors of #aedfaa

#aedfaa #aadfc1 #c9dfaa

Monochromatic Colors of #aedfaa

#aedfaa

Complementary Color

#aedfaa #dbaadf

#aedfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfaa Color CSS Codes

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

#aedfaa Text Font Color

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

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


#aedfaa Background Color

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

This div background color is #aedfaa


#aedfaa Border Color

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

This div border color is #aedfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfaa


Comments

No comments written yet.

Please login to write comment.