Color Hex Logo

#fdf0db Color Hex

#FDF0DB
(253,240,219)
1 Favorites   0 Comments

Color spaces of #fdf0db

RGB 253240219
HSL0.100.890.93
HSV37°13°99°
CMYK 0.000.050.13   0.01
XYZ84.454388.317379.6136
Yxy88.31730.33460.3499
Hunter Lab93.9773-4.048215.5561
CIE-Lab95.29440.972111.7072

#fdf0db color RGB value is (253,240,219).

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

The process color (four color CMYK) of #fdf0db color hex is 0.00, 0.05, 0.13, 0.01. Web safe color of #fdf0db is #ffffcc. Color #fdf0db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110000 11011011
Octal 375 360 333
Decimal 253 240 219
Hex FD F0 DB

RGB Percentages of Color #fdf0db

%35.53
%33.71
%30.76

CMYK Percentages of Color #fdf0db

%0
%5
%13
%1

Triadic Colors of #fdf0db

#fdf0db #dbfdf0 #f0dbfd

Analogous Colors of #fdf0db

#fdf0db #f9fddb #fddfdb

Monochromatic Colors of #fdf0db

#fdf0db

Complementary Color

#fdf0db #dbe8fd

#fdf0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf0db Color CSS Codes

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

#fdf0db Text Font Color

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

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


#fdf0db Background Color

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

This div background color is #fdf0db


#fdf0db Border Color

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

This div border color is #fdf0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf0db

Related Colors

#fdf0db Color Palettes


Comments

No comments written yet.

Please login to write comment.