Color Hex Logo

#fdfcdc Color Hex

#FDFCDC
(253,252,220)
0 Favorites   0 Comments

Color spaces of #fdfcdc

RGB 253252220
HSL0.160.890.93
HSV58°13°99°
CMYK 0.000.000.13   0.01
XYZ88.236795.670881.5259
Yxy95.67080.33240.3604
Hunter Lab97.8115-10.143419.0498
CIE-Lab98.3013-4.917115.4603

#fdfcdc color RGB value is (253,252,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111100 11011100
Octal 375 374 334
Decimal 253 252 220
Hex FD FC DC

RGB Percentages of Color #fdfcdc

%34.90
%34.76
%30.34

CMYK Percentages of Color #fdfcdc

%0
%0
%13
%1

Triadic Colors of #fdfcdc

#fdfcdc #dcfdfc #fcdcfd

Analogous Colors of #fdfcdc

#fdfcdc #eefddc #fdecdc

Monochromatic Colors of #fdfcdc

#fdfcdc

Complementary Color

#fdfcdc #dcddfd

#fdfcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfcdc Color CSS Codes

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

#fdfcdc Text Font Color

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

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


#fdfcdc Background Color

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

This div background color is #fdfcdc


#fdfcdc Border Color

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

This div border color is #fdfcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfcdc

Related Colors

#fdfcdc Color Palettes


Comments

No comments written yet.

Please login to write comment.