Color Hex Logo

#ffdaed Color Hex

#FFDAED
(255,218,237)
0 Favorites   0 Comments

Color spaces of #ffdaed

RGB 255218237
HSL0.911.000.93
HSV329°15°100°
CMYK 0.000.150.07   0.00
XYZ81.597577.517290.7824
Yxy77.51720.32650.3102
Hunter Lab88.043911.35390.4965
CIE-Lab90.559115.9004-4.5168

#ffdaed color RGB value is (255,218,237).

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

The process color (four color CMYK) of #ffdaed color hex is 0.00, 0.15, 0.07, 0.00. Web safe color of #ffdaed is #ffccff. Color #ffdaed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 11101101
Octal 377 332 355
Decimal 255 218 237
Hex FF DA ED

RGB Percentages of Color #ffdaed

%35.92
%30.70
%33.38

CMYK Percentages of Color #ffdaed

%0
%15
%7
%0

Triadic Colors of #ffdaed

#ffdaed #edffda #daedff

Analogous Colors of #ffdaed

#ffdaed #ffdadb #ffdaff

Monochromatic Colors of #ffdaed

#ffdaed

Complementary Color

#ffdaed #daffec

#ffdaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdaed Color CSS Codes

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

#ffdaed Text Font Color

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

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


#ffdaed Background Color

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

This div background color is #ffdaed


#ffdaed Border Color

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

This div border color is #ffdaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdaed

Related Colors

#ffdaed Color Palettes


Comments

No comments written yet.

Please login to write comment.