Color Hex Logo

#fdf1ed Color Hex

#FDF1ED
(253,241,237)
0 Favorites   0 Comments

Color spaces of #fdf1ed

RGB 253241237
HSL0.040.800.96
HSV15°99°
CMYK 0.000.050.06   0.01
XYZ87.249489.907792.8761
Yxy89.90770.32310.3330
Hunter Lab94.8197-1.68568.2991
CIE-Lab95.95853.35523.3563

#fdf1ed color RGB value is (253,241,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110001 11101101
Octal 375 361 355
Decimal 253 241 237
Hex FD F1 ED

RGB Percentages of Color #fdf1ed

%34.61
%32.97
%32.42

CMYK Percentages of Color #fdf1ed

%0
%5
%6
%1

Triadic Colors of #fdf1ed

#fdf1ed #edfdf1 #f1edfd

Analogous Colors of #fdf1ed

#fdf1ed #fdf9ed #fdedf1

Monochromatic Colors of #fdf1ed

#fdf1ed

Complementary Color

#fdf1ed #edf9fd

#fdf1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf1ed Color CSS Codes

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

#fdf1ed Text Font Color

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

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


#fdf1ed Background Color

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

This div background color is #fdf1ed


#fdf1ed Border Color

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

This div border color is #fdf1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf1ed


Comments

No comments written yet.

Please login to write comment.