Color Hex Logo

#fdf7ed Color Hex

#FDF7ED
(253,247,237)
0 Favorites   0 Comments

Color spaces of #fdf7ed

RGB 253247237
HSL0.100.800.96
HSV38°99°
CMYK 0.000.020.06   0.01
XYZ89.054893.518693.4780
Yxy93.51860.32260.3388
Hunter Lab96.7050-4.854710.3820
CIE-Lab97.43770.30825.4978

#fdf7ed color RGB value is (253,247,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110111 11101101
Octal 375 367 355
Decimal 253 247 237
Hex FD F7 ED

RGB Percentages of Color #fdf7ed

%34.33
%33.51
%32.16

CMYK Percentages of Color #fdf7ed

%0
%2
%6
%1

Triadic Colors of #fdf7ed

#fdf7ed #edfdf7 #f7edfd

Analogous Colors of #fdf7ed

#fdf7ed #fbfded #fdefed

Monochromatic Colors of #fdf7ed

#fdf7ed

Complementary Color

#fdf7ed #edf3fd

#fdf7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf7ed Color CSS Codes

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

#fdf7ed Text Font Color

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

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


#fdf7ed Background Color

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

This div background color is #fdf7ed


#fdf7ed Border Color

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

This div border color is #fdf7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf7ed

Related Colors

#fdf7ed Color Palettes


Comments

No comments written yet.

Please login to write comment.