Color Hex Logo

#fcfcdc Color Hex

#FCFCDC
(252,252,220)
0 Favorites   0 Comments

Color spaces of #fcfcdc

RGB 252252220
HSL0.170.840.93
HSV60°13°99°
CMYK 0.000.000.13   0.01
XYZ87.873695.483681.5089
Yxy95.48360.33180.3605
Hunter Lab97.7157-10.481318.9446
CIE-Lab98.2267-5.265515.3443

#fcfcdc color RGB value is (252,252,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 11011100
Octal 374 374 334
Decimal 252 252 220
Hex FC FC DC

RGB Percentages of Color #fcfcdc

%34.81
%34.81
%30.39

CMYK Percentages of Color #fcfcdc

%0
%0
%13
%1

Triadic Colors of #fcfcdc

#fcfcdc #dcfcfc #fcdcfc

Analogous Colors of #fcfcdc

#fcfcdc #ecfcdc #fcecdc

Monochromatic Colors of #fcfcdc

#fcfcdc

Complementary Color

#fcfcdc #dcdcfc

#fcfcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfcdc Color CSS Codes

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

#fcfcdc Text Font Color

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

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


#fcfcdc Background Color

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

This div background color is #fcfcdc


#fcfcdc Border Color

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

This div border color is #fcfcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfcdc

Related Colors


Comments

No comments written yet.

Please login to write comment.