Color Hex Logo

#ffaedd Color Hex

#FFAEDD
(255,174,221)
0 Favorites   0 Comments

Color spaces of #ffaedd

RGB 255174221
HSL0.901.000.84
HSV325°32°100°
CMYK 0.000.320.13   0.00
XYZ69.427256.752675.7017
Yxy56.75260.34390.2811
Hunter Lab75.334332.6684-6.8451
CIE-Lab80.040236.3319-11.5922

#ffaedd color RGB value is (255,174,221).

#ffaedd hex color red value is 255, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ffaedd hue: 0.90 , saturation: 1.00 and the lightness value of ffaedd is 0.84.

The process color (four color CMYK) of #ffaedd color hex is 0.00, 0.32, 0.13, 0.00. Web safe color of #ffaedd is #ff99cc. Color #ffaedd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 11011101
Octal 377 256 335
Decimal 255 174 221
Hex FF AE DD

RGB Percentages of Color #ffaedd

%39.23
%26.77
%34.00

CMYK Percentages of Color #ffaedd

%0
%32
%13
%0

Triadic Colors of #ffaedd

#ffaedd #ddffae #aeddff

Analogous Colors of #ffaedd

#ffaedd #ffaeb5 #f9aeff

Monochromatic Colors of #ffaedd

#ffaedd

Complementary Color

#ffaedd #aeffd0

#ffaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaedd Color CSS Codes

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

#ffaedd Text Font Color

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

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


#ffaedd Background Color

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

This div background color is #ffaedd


#ffaedd Border Color

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

This div border color is #ffaedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,174,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 #ffaedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaedd


Comments

No comments written yet.

Please login to write comment.