Color Hex Logo

#ffdaec Color Hex

#FFDAEC
(255,218,236)
2 Favorites   0 Comments

Color spaces of #ffdaec

RGB 255218236
HSL0.921.000.93
HSV331°15°100°
CMYK 0.000.150.07   0.00
XYZ81.451777.458990.0150
Yxy77.45890.32720.3112
Hunter Lab88.010711.17840.9673
CIE-Lab90.532415.7323-4.0309

#ffdaec color RGB value is (255,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 11101100
Octal 377 332 354
Decimal 255 218 236
Hex FF DA EC

RGB Percentages of Color #ffdaec

%35.97
%30.75
%33.29

CMYK Percentages of Color #ffdaec

%0
%15
%7
%0

Triadic Colors of #ffdaec

#ffdaec #ecffda #daecff

Analogous Colors of #ffdaec

#ffdaec #ffdbda #ffdaff

Monochromatic Colors of #ffdaec

#ffdaec

Complementary Color

#ffdaec #daffed

#ffdaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdaec Color CSS Codes

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

#ffdaec Text Font Color

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

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


#ffdaec Background Color

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

This div background color is #ffdaec


#ffdaec Border Color

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

This div border color is #ffdaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdaec

Related Colors

#ffdaec Color Palettes


Comments

No comments written yet.

Please login to write comment.