Color Hex Logo

#aedfdd Color Hex

#AEDFDD
(174,223,221)
0 Favorites   0 Comments

Color spaces of #aedfdd

RGB 174223221
HSL0.490.430.78
HSV178°22°87°
CMYK 0.220.000.01   0.13
XYZ56.894466.994578.3392
Yxy66.99450.28130.3313
Hunter Lab81.8502-19.16170.5484
CIE-Lab85.5012-16.1188-4.2111

#aedfdd color RGB value is (174,223,221).

#aedfdd hex color red value is 174, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aedfdd hue: 0.49 , saturation: 0.43 and the lightness value of aedfdd is 0.78.

The process color (four color CMYK) of #aedfdd color hex is 0.22, 0.00, 0.01, 0.13. Web safe color of #aedfdd is #99cccc. Color #aedfdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11011101
Octal 256 337 335
Decimal 174 223 221
Hex AE DF DD

RGB Percentages of Color #aedfdd

%28.16
%36.08
%35.76

CMYK Percentages of Color #aedfdd

%22
%0
%1
%13

Triadic Colors of #aedfdd

#aedfdd #ddaedf #dfddae

Analogous Colors of #aedfdd

#aedfdd #aec9df #aedfc5

Monochromatic Colors of #aedfdd

#aedfdd

Complementary Color

#aedfdd #dfaeb0

#aedfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfdd Color CSS Codes

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

#aedfdd Text Font Color

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

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


#aedfdd Background Color

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

This div background color is #aedfdd


#aedfdd Border Color

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

This div border color is #aedfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfdd


Comments

No comments written yet.

Please login to write comment.