Color Hex Logo

#f0dbcf Color Hex

#F0DBCF
(240,219,207)
0 Favorites   0 Comments

Color spaces of #f0dbcf

RGB 240219207
HSL0.060.520.88
HSV22°14°94°
CMYK 0.000.090.14   0.06
XYZ72.529273.693369.4330
Yxy73.69330.33630.3417
Hunter Lab85.84480.584012.1364
CIE-Lab88.77735.28098.5039

#f0dbcf color RGB value is (240,219,207).

#f0dbcf hex color red value is 240, green value is 219 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f0dbcf hue: 0.06 , saturation: 0.52 and the lightness value of f0dbcf is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011011 11001111
Octal 360 333 317
Decimal 240 219 207
Hex F0 DB CF

RGB Percentages of Color #f0dbcf

%36.04
%32.88
%31.08

CMYK Percentages of Color #f0dbcf

%0
%9
%14
%6

Triadic Colors of #f0dbcf

#f0dbcf #cff0db #dbcff0

Analogous Colors of #f0dbcf

#f0dbcf #f0eccf #f0cfd4

Monochromatic Colors of #f0dbcf

#f0dbcf

Complementary Color

#f0dbcf #cfe4f0

#f0dbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dbcf Color CSS Codes

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

#f0dbcf Text Font Color

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

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


#f0dbcf Background Color

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

This div background color is #f0dbcf


#f0dbcf Border Color

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

This div border color is #f0dbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dbcf


Comments

No comments written yet.

Please login to write comment.