Color Hex Logo

#f0debf Color Hex

#F0DEBF
(240,222,191)
0 Favorites   0 Comments

Color spaces of #f0debf

RGB 240222191
HSL0.110.620.85
HSV38°20°94°
CMYK 0.000.080.20   0.06
XYZ71.460474.529459.9095
Yxy74.52940.34710.3620
Hunter Lab86.3304-3.324019.2866
CIE-Lab89.17211.323917.4452

#f0debf color RGB value is (240,222,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011110 10111111
Octal 360 336 277
Decimal 240 222 191
Hex F0 DE BF

RGB Percentages of Color #f0debf

%36.75
%34.00
%29.25

CMYK Percentages of Color #f0debf

%0
%8
%20
%6

Triadic Colors of #f0debf

#f0debf #bff0de #debff0

Analogous Colors of #f0debf

#f0debf #eaf0bf #f0c6bf

Monochromatic Colors of #f0debf

#f0debf

Complementary Color

#f0debf #bfd1f0

#f0debf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0debf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0debf Color CSS Codes

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

#f0debf Text Font Color

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

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


#f0debf Background Color

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

This div background color is #f0debf


#f0debf Border Color

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

This div border color is #f0debf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0debf


Comments

No comments written yet.

Please login to write comment.