Color Hex Logo

#ffdaea Color Hex

#FFDAEA
(255,218,234)
1 Favorites   0 Comments

Color spaces of #ffdaea

RGB 255218234
HSL0.931.000.93
HSV334°15°100°
CMYK 0.000.150.08   0.00
XYZ81.162777.343388.4929
Yxy77.34330.32860.3131
Hunter Lab87.945010.83021.9022
CIE-Lab90.479415.3985-3.0583

#ffdaea color RGB value is (255,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 11101010
Octal 377 332 352
Decimal 255 218 234
Hex FF DA EA

RGB Percentages of Color #ffdaea

%36.07
%30.83
%33.10

CMYK Percentages of Color #ffdaea

%0
%15
%8
%0

Triadic Colors of #ffdaea

#ffdaea #eaffda #daeaff

Analogous Colors of #ffdaea

#ffdaea #ffddda #ffdafd

Monochromatic Colors of #ffdaea

#ffdaea

Complementary Color

#ffdaea #daffef

#ffdaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdaea Color CSS Codes

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

#ffdaea Text Font Color

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

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


#ffdaea Background Color

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

This div background color is #ffdaea


#ffdaea Border Color

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

This div border color is #ffdaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdaea


Comments

No comments written yet.

Please login to write comment.