Color Hex Logo

#f0dedb Color Hex

#F0DEDB
(240,222,219)
0 Favorites   0 Comments

Color spaces of #f0dedb

RGB 240222219
HSL0.020.410.90
HSV94°
CMYK 0.000.080.09   0.06
XYZ74.842675.882377.7199
Yxy75.88230.32760.3322
Hunter Lab87.11040.91848.0788
CIE-Lab89.80475.65993.6823

#f0dedb color RGB value is (240,222,219).

#f0dedb hex color red value is 240, green value is 222 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f0dedb hue: 0.02 , saturation: 0.41 and the lightness value of f0dedb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011110 11011011
Octal 360 336 333
Decimal 240 222 219
Hex F0 DE DB

RGB Percentages of Color #f0dedb

%35.24
%32.60
%32.16

CMYK Percentages of Color #f0dedb

%0
%8
%9
%6

Triadic Colors of #f0dedb

#f0dedb #dbf0de #dedbf0

Analogous Colors of #f0dedb

#f0dedb #f0e9db #f0dbe3

Monochromatic Colors of #f0dedb

#f0dedb

Complementary Color

#f0dedb #dbedf0

#f0dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dedb Color CSS Codes

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

#f0dedb Text Font Color

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

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


#f0dedb Background Color

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

This div background color is #f0dedb


#f0dedb Border Color

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

This div border color is #f0dedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dedb

#f0dedb Color Palettes


Comments

No comments written yet.

Please login to write comment.