Color Hex Logo

#f0dace Color Hex

#F0DACE
(240,218,206)
0 Favorites   0 Comments

Color spaces of #f0dace

RGB 240218206
HSL0.060.530.87
HSV21°14°94°
CMYK 0.000.090.14   0.06
XYZ72.147273.124368.7044
Yxy73.12430.33720.3417
Hunter Lab85.51270.953312.2229
CIE-Lab88.50705.64288.6420

#f0dace color RGB value is (240,218,206).

#f0dace hex color red value is 240, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f0dace hue: 0.06 , saturation: 0.53 and the lightness value of f0dace is 0.87.

The process color (four color CMYK) of #f0dace color hex is 0.00, 0.09, 0.14, 0.06. Web safe color of #f0dace is #ffcccc. Color #f0dace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011010 11001110
Octal 360 332 316
Decimal 240 218 206
Hex F0 DA CE

RGB Percentages of Color #f0dace

%36.14
%32.83
%31.02

CMYK Percentages of Color #f0dace

%0
%9
%14
%6

Triadic Colors of #f0dace

#f0dace #cef0da #dacef0

Analogous Colors of #f0dace

#f0dace #f0ebce #f0ced3

Monochromatic Colors of #f0dace

#f0dace

Complementary Color

#f0dace #cee4f0

#f0dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dace Color CSS Codes

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

#f0dace Text Font Color

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

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


#f0dace Background Color

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

This div background color is #f0dace


#f0dace Border Color

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

This div border color is #f0dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dace


Comments

No comments written yet.

Please login to write comment.