Color Hex Logo

#f0dbbe Color Hex

#F0DBBE
(240,219,190)
0 Favorites   0 Comments

Color spaces of #f0dbbe

RGB 240219190
HSL0.100.630.84
HSV35°21°94°
CMYK 0.000.090.21   0.06
XYZ70.561072.906059.0685
Yxy72.90600.34840.3600
Hunter Lab85.3850-1.913818.7533
CIE-Lab88.40292.724116.8894

#f0dbbe color RGB value is (240,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011011 10111110
Octal 360 333 276
Decimal 240 219 190
Hex F0 DB BE

RGB Percentages of Color #f0dbbe

%36.98
%33.74
%29.28

CMYK Percentages of Color #f0dbbe

%0
%9
%21
%6

Triadic Colors of #f0dbbe

#f0dbbe #bef0db #dbbef0

Analogous Colors of #f0dbbe

#f0dbbe #ecf0be #f0c2be

Monochromatic Colors of #f0dbbe

#f0dbbe

Complementary Color

#f0dbbe #bed3f0

#f0dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dbbe Color CSS Codes

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

#f0dbbe Text Font Color

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

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


#f0dbbe Background Color

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

This div background color is #f0dbbe


#f0dbbe Border Color

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

This div border color is #f0dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dbbe


Comments

No comments written yet.

Please login to write comment.