Color Hex Logo

#fdf3df Color Hex

#FDF3DF
(253,243,223)
0 Favorites   0 Comments

Color spaces of #fdf3df

RGB 253243223
HSL0.110.880.93
HSV40°12°99°
CMYK 0.000.040.12   0.01
XYZ85.877990.311582.7177
Yxy90.31150.33170.3488
Hunter Lab95.0324-5.001514.9157
CIE-Lab96.12580.074210.8288

#fdf3df color RGB value is (253,243,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110011 11011111
Octal 375 363 337
Decimal 253 243 223
Hex FD F3 DF

RGB Percentages of Color #fdf3df

%35.19
%33.80
%31.02

CMYK Percentages of Color #fdf3df

%0
%4
%12
%1

Triadic Colors of #fdf3df

#fdf3df #dffdf3 #f3dffd

Analogous Colors of #fdf3df

#fdf3df #f8fddf #fde4df

Monochromatic Colors of #fdf3df

#fdf3df

Complementary Color

#fdf3df #dfe9fd

#fdf3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf3df Color CSS Codes

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

#fdf3df Text Font Color

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

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


#fdf3df Background Color

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

This div background color is #fdf3df


#fdf3df Border Color

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

This div border color is #fdf3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf3df


Comments

No comments written yet.

Please login to write comment.