Color Hex Logo

#fcefdc Color Hex

#FCEFDC
(252,239,220)
0 Favorites   0 Comments

Color spaces of #fcefdc

RGB 252239220
HSL0.100.840.93
HSV36°13°99°
CMYK 0.000.050.13   0.01
XYZ83.929787.595880.1943
Yxy87.59580.33340.3480
Hunter Lab93.5926-3.716214.7125
CIE-Lab94.99051.284710.7462

#fcefdc color RGB value is (252,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11011100
Octal 374 357 334
Decimal 252 239 220
Hex FC EF DC

RGB Percentages of Color #fcefdc

%35.44
%33.61
%30.94

CMYK Percentages of Color #fcefdc

%0
%5
%13
%1

Triadic Colors of #fcefdc

#fcefdc #dcfcef #efdcfc

Analogous Colors of #fcefdc

#fcefdc #f9fcdc #fcdfdc

Monochromatic Colors of #fcefdc

#fcefdc

Complementary Color

#fcefdc #dce9fc

#fcefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefdc Color CSS Codes

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

#fcefdc Text Font Color

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

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


#fcefdc Background Color

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

This div background color is #fcefdc


#fcefdc Border Color

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

This div border color is #fcefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefdc

Related Colors


Comments

No comments written yet.

Please login to write comment.