Color Hex Logo

#fdf3db Color Hex

#FDF3DB
(253,243,219)
0 Favorites   0 Comments

Color spaces of #fdf3db

RGB 253243219
HSL0.120.890.93
HSV42°13°99°
CMYK 0.000.040.13   0.01
XYZ85.344890.098379.9104
Yxy90.09830.33420.3528
Hunter Lab94.9201-5.616916.5296
CIE-Lab96.0375-0.547512.7649

#fdf3db color RGB value is (253,243,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110011 11011011
Octal 375 363 333
Decimal 253 243 219
Hex FD F3 DB

RGB Percentages of Color #fdf3db

%35.38
%33.99
%30.63

CMYK Percentages of Color #fdf3db

%0
%4
%13
%1

Triadic Colors of #fdf3db

#fdf3db #dbfdf3 #f3dbfd

Analogous Colors of #fdf3db

#fdf3db #f6fddb #fde2db

Monochromatic Colors of #fdf3db

#fdf3db

Complementary Color

#fdf3db #dbe5fd

#fdf3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf3db Color CSS Codes

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

#fdf3db Text Font Color

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

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


#fdf3db Background Color

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

This div background color is #fdf3db


#fdf3db Border Color

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

This div border color is #fdf3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf3db

Related Colors

#fdf3db Color Palettes


Comments

No comments written yet.

Please login to write comment.