Color Hex Logo

#f0dbbf Color Hex

#F0DBBF
(240,219,191)
0 Favorites   0 Comments

Color spaces of #f0dbbf

RGB 240219191
HSL0.100.620.85
HSV34°20°94°
CMYK 0.000.090.20   0.06
XYZ70.670772.949959.6462
Yxy72.94990.34770.3589
Hunter Lab85.4107-1.773918.3826
CIE-Lab88.42382.868316.3955

#f0dbbf color RGB value is (240,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011011 10111111
Octal 360 333 277
Decimal 240 219 191
Hex F0 DB BF

RGB Percentages of Color #f0dbbf

%36.92
%33.69
%29.38

CMYK Percentages of Color #f0dbbf

%0
%9
%20
%6

Triadic Colors of #f0dbbf

#f0dbbf #bff0db #dbbff0

Analogous Colors of #f0dbbf

#f0dbbf #edf0bf #f0c3bf

Monochromatic Colors of #f0dbbf

#f0dbbf

Complementary Color

#f0dbbf #bfd4f0

#f0dbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dbbf Color CSS Codes

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

#f0dbbf Text Font Color

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

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


#f0dbbf Background Color

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

This div background color is #f0dbbf


#f0dbbf Border Color

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

This div border color is #f0dbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dbbf


Comments

No comments written yet.

Please login to write comment.