Color Hex Logo

#fcfedc Color Hex

#FCFEDC
(252,254,220)
0 Favorites   0 Comments

Color spaces of #fcfedc

RGB 252254220
HSL0.180.940.93
HSV64°13°100°
CMYK 0.010.000.13   0.00
XYZ88.505096.746481.7194
Yxy96.74640.33150.3624
Hunter Lab98.3597-11.513619.5924
CIE-Lab98.7280-6.262716.0525

#fcfedc color RGB value is (252,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11011100
Octal 374 376 334
Decimal 252 254 220
Hex FC FE DC

RGB Percentages of Color #fcfedc

%34.71
%34.99
%30.30

CMYK Percentages of Color #fcfedc

%1
%0
%13
%0

Triadic Colors of #fcfedc

#fcfedc #dcfcfe #fedcfc

Analogous Colors of #fcfedc

#fcfedc #ebfedc #feefdc

Monochromatic Colors of #fcfedc

#fcfedc

Complementary Color

#fcfedc #dedcfe

#fcfedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfedc Color CSS Codes

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

#fcfedc Text Font Color

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

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


#fcfedc Background Color

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

This div background color is #fcfedc


#fcfedc Border Color

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

This div border color is #fcfedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfedc

Related Colors


Comments

No comments written yet.

Please login to write comment.