Color Hex Logo

#fdf3ed Color Hex

#FDF3ED
(253,243,237)
0 Favorites   0 Comments

Color spaces of #fdf3ed

RGB 253243237
HSL0.060.800.96
HSV23°99°
CMYK 0.000.040.06   0.01
XYZ87.844791.098393.0746
Yxy91.09830.32290.3349
Hunter Lab95.4454-2.74428.9945
CIE-Lab96.45052.33704.0696

#fdf3ed color RGB value is (253,243,237).

#fdf3ed hex color red value is 253, green value is 243 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fdf3ed hue: 0.06 , saturation: 0.80 and the lightness value of fdf3ed is 0.96.

The process color (four color CMYK) of #fdf3ed color hex is 0.00, 0.04, 0.06, 0.01. Web safe color of #fdf3ed is #ffffff. Color #fdf3ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110011 11101101
Octal 375 363 355
Decimal 253 243 237
Hex FD F3 ED

RGB Percentages of Color #fdf3ed

%34.52
%33.15
%32.33

CMYK Percentages of Color #fdf3ed

%0
%4
%6
%1

Triadic Colors of #fdf3ed

#fdf3ed #edfdf3 #f3edfd

Analogous Colors of #fdf3ed

#fdf3ed #fdfbed #fdedef

Monochromatic Colors of #fdf3ed

#fdf3ed

Complementary Color

#fdf3ed #edf7fd

#fdf3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf3ed Color CSS Codes

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

#fdf3ed Text Font Color

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

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


#fdf3ed Background Color

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

This div background color is #fdf3ed


#fdf3ed Border Color

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

This div border color is #fdf3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf3ed

Related Colors

#fdf3ed Color Palettes


Comments

No comments written yet.

Please login to write comment.