Color Hex Logo

#ffdaee Color Hex

#FFDAEE
(255,218,238)
0 Favorites   0 Comments

Color spaces of #ffdaee

RGB 255218238
HSL0.911.000.93
HSV328°15°100°
CMYK 0.000.150.07   0.00
XYZ81.744077.575991.5542
Yxy77.57590.32580.3092
Hunter Lab88.077211.52990.0234
CIE-Lab90.586016.0687-5.0023

#ffdaee color RGB value is (255,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 11101110
Octal 377 332 356
Decimal 255 218 238
Hex FF DA EE

RGB Percentages of Color #ffdaee

%35.86
%30.66
%33.47

CMYK Percentages of Color #ffdaee

%0
%15
%7
%0

Triadic Colors of #ffdaee

#ffdaee #eeffda #daeeff

Analogous Colors of #ffdaee

#ffdaee #ffdadc #fedaff

Monochromatic Colors of #ffdaee

#ffdaee

Complementary Color

#ffdaee #daffeb

#ffdaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdaee Color CSS Codes

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

#ffdaee Text Font Color

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

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


#ffdaee Background Color

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

This div background color is #ffdaee


#ffdaee Border Color

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

This div border color is #ffdaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdaee

Related Colors


Comments

No comments written yet.

Please login to write comment.