Color Hex Logo

#f0daea Color Hex

#F0DAEA
(240,218,234)
0 Favorites   0 Comments

Color spaces of #f0daea

RGB 240218234
HSL0.880.420.90
HSV316°94°
CMYK 0.000.090.03   0.06
XYZ75.857974.608688.2447
Yxy74.60860.31780.3125
Hunter Lab86.37635.6049-0.1091
CIE-Lab89.209310.3044-5.0734

#f0daea color RGB value is (240,218,234).

#f0daea hex color red value is 240, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f0daea hue: 0.88 , saturation: 0.42 and the lightness value of f0daea is 0.90.

The process color (four color CMYK) of #f0daea color hex is 0.00, 0.09, 0.03, 0.06. Web safe color of #f0daea is #ffccff. Color #f0daea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011010 11101010
Octal 360 332 352
Decimal 240 218 234
Hex F0 DA EA

RGB Percentages of Color #f0daea

%34.68
%31.50
%33.82

CMYK Percentages of Color #f0daea

%0
%9
%3
%6

Triadic Colors of #f0daea

#f0daea #eaf0da #daeaf0

Analogous Colors of #f0daea

#f0daea #f0dadf #ebdaf0

Monochromatic Colors of #f0daea

#f0daea

Complementary Color

#f0daea #daf0e0

#f0daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0daea Color CSS Codes

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

#f0daea Text Font Color

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

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


#f0daea Background Color

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

This div background color is #f0daea


#f0daea Border Color

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

This div border color is #f0daea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,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 #f0daea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0daea


Comments

No comments written yet.

Please login to write comment.