Color Hex Logo

#f0ddbf Color Hex

#F0DDBF
(240,221,191)
0 Favorites   0 Comments

Color spaces of #f0ddbf

RGB 240221191
HSL0.100.620.85
HSV37°20°94°
CMYK 0.000.080.20   0.06
XYZ71.195673.999859.8212
Yxy73.99980.34730.3609
Hunter Lab86.0231-2.808018.9854
CIE-Lab88.92241.838017.0952

#f0ddbf color RGB value is (240,221,191).

#f0ddbf hex color red value is 240, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f0ddbf hue: 0.10 , saturation: 0.62 and the lightness value of f0ddbf is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011101 10111111
Octal 360 335 277
Decimal 240 221 191
Hex F0 DD BF

RGB Percentages of Color #f0ddbf

%36.81
%33.90
%29.29

CMYK Percentages of Color #f0ddbf

%0
%8
%20
%6

Triadic Colors of #f0ddbf

#f0ddbf #bff0dd #ddbff0

Analogous Colors of #f0ddbf

#f0ddbf #ebf0bf #f0c5bf

Monochromatic Colors of #f0ddbf

#f0ddbf

Complementary Color

#f0ddbf #bfd2f0

#f0ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ddbf Color CSS Codes

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

#f0ddbf Text Font Color

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

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


#f0ddbf Background Color

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

This div background color is #f0ddbf


#f0ddbf Border Color

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

This div border color is #f0ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ddbf


Comments

No comments written yet.

Please login to write comment.