Color Hex Logo

#fcffdf Color Hex

#FCFFDF
(252,255,223)
0 Favorites   0 Comments

Color spaces of #fcffdf

RGB 252255223
HSL0.181.000.94
HSV66°13°100°
CMYK 0.010.000.13   0.00
XYZ89.224297.543283.9371
Yxy97.54320.32960.3603
Hunter Lab98.7640-11.578518.7456
CIE-Lab99.0421-6.297614.9646

#fcffdf color RGB value is (252,255,223).

#fcffdf hex color red value is 252, green value is 255 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fcffdf hue: 0.18 , saturation: 1.00 and the lightness value of fcffdf is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 11011111
Octal 374 377 337
Decimal 252 255 223
Hex FC FF DF

RGB Percentages of Color #fcffdf

%34.52
%34.93
%30.55

CMYK Percentages of Color #fcffdf

%1
%0
%13
%0

Triadic Colors of #fcffdf

#fcffdf #dffcff #ffdffc

Analogous Colors of #fcffdf

#fcffdf #ecffdf #fff2df

Monochromatic Colors of #fcffdf

#fcffdf

Complementary Color

#fcffdf #e2dfff

#fcffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffdf Color CSS Codes

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

#fcffdf Text Font Color

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

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


#fcffdf Background Color

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

This div background color is #fcffdf


#fcffdf Border Color

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

This div border color is #fcffdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffdf

Related Colors

#fcffdf Color Palettes


Comments

No comments written yet.

Please login to write comment.