Color Hex Logo

#ffaedc Color Hex

#FFAEDC
(255,174,220)
0 Favorites   0 Comments

Color spaces of #ffaedc

RGB 255174220
HSL0.911.000.84
HSV326°32°100°
CMYK 0.000.320.14   0.00
XYZ69.294356.699475.0020
Yxy56.69940.34480.2821
Hunter Lab75.299032.4923-6.3468
CIE-Lab80.010236.1737-11.0964

#ffaedc color RGB value is (255,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 11011100
Octal 377 256 334
Decimal 255 174 220
Hex FF AE DC

RGB Percentages of Color #ffaedc

%39.29
%26.81
%33.90

CMYK Percentages of Color #ffaedc

%0
%32
%14
%0

Triadic Colors of #ffaedc

#ffaedc #dcffae #aedcff

Analogous Colors of #ffaedc

#ffaedc #ffaeb4 #faaeff

Monochromatic Colors of #ffaedc

#ffaedc

Complementary Color

#ffaedc #aeffd1

#ffaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaedc Color CSS Codes

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

#ffaedc Text Font Color

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

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


#ffaedc Background Color

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

This div background color is #ffaedc


#ffaedc Border Color

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

This div border color is #ffaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaedc

Related Colors


Comments

No comments written yet.

Please login to write comment.