Color Hex Logo

#f0dbca Color Hex

#F0DBCA
(240,219,202)
0 Favorites   0 Comments

Color spaces of #f0dbca

RGB 240219202
HSL0.070.560.87
HSV27°16°94°
CMYK 0.000.090.16   0.06
XYZ71.927473.452666.2639
Yxy73.45260.33990.3471
Hunter Lab85.7045-0.176914.1521
CIE-Lab88.66314.506010.9670

#f0dbca color RGB value is (240,219,202).

#f0dbca hex color red value is 240, green value is 219 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f0dbca hue: 0.07 , saturation: 0.56 and the lightness value of f0dbca is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011011 11001010
Octal 360 333 312
Decimal 240 219 202
Hex F0 DB CA

RGB Percentages of Color #f0dbca

%36.31
%33.13
%30.56

CMYK Percentages of Color #f0dbca

%0
%9
%16
%6

Triadic Colors of #f0dbca

#f0dbca #caf0db #dbcaf0

Analogous Colors of #f0dbca

#f0dbca #f0eeca #f0cacc

Monochromatic Colors of #f0dbca

#f0dbca

Complementary Color

#f0dbca #cadff0

#f0dbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dbca Color CSS Codes

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

#f0dbca Text Font Color

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

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


#f0dbca Background Color

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

This div background color is #f0dbca


#f0dbca Border Color

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

This div border color is #f0dbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dbca

#f0dbca Color Palettes


Comments

No comments written yet.

Please login to write comment.