Color Hex Logo

#ffaedf Color Hex

#FFAEDF
(255,174,223)
0 Favorites   0 Comments

Color spaces of #ffaedf

RGB 255174223
HSL0.901.000.84
HSV324°32°100°
CMYK 0.000.320.13   0.00
XYZ69.695356.859877.1137
Yxy56.85980.34220.2792
Hunter Lab75.405433.0234-7.8494
CIE-Lab80.100736.6503-12.5828

#ffaedf color RGB value is (255,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 11011111
Octal 377 256 337
Decimal 255 174 223
Hex FF AE DF

RGB Percentages of Color #ffaedf

%39.11
%26.69
%34.20

CMYK Percentages of Color #ffaedf

%0
%32
%13
%0

Triadic Colors of #ffaedf

#ffaedf #dfffae #aedfff

Analogous Colors of #ffaedf

#ffaedf #ffaeb7 #f7aeff

Monochromatic Colors of #ffaedf

#ffaedf

Complementary Color

#ffaedf #aeffce

#ffaedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaedf Color CSS Codes

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

#ffaedf Text Font Color

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

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


#ffaedf Background Color

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

This div background color is #ffaedf


#ffaedf Border Color

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

This div border color is #ffaedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaedf


Comments

No comments written yet.

Please login to write comment.