Color Hex Logo

#fcedec Color Hex

#FCEDEC
(252,237,236)
0 Favorites   0 Comments

Color spaces of #fcedec

RGB 252237236
HSL0.010.730.96
HSV99°
CMYK 0.000.060.06   0.01
XYZ85.569487.319991.7013
Yxy87.31990.32340.3300
Hunter Lab93.4451-0.07327.2280
CIE-Lab94.87384.89122.2894

#fcedec color RGB value is (252,237,236).

#fcedec hex color red value is 252, green value is 237 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fcedec hue: 0.01 , saturation: 0.73 and the lightness value of fcedec is 0.96.

The process color (four color CMYK) of #fcedec color hex is 0.00, 0.06, 0.06, 0.01. Web safe color of #fcedec is #ffffff. Color #fcedec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11101100
Octal 374 355 354
Decimal 252 237 236
Hex FC ED EC

RGB Percentages of Color #fcedec

%34.76
%32.69
%32.55

CMYK Percentages of Color #fcedec

%0
%6
%6
%1

Triadic Colors of #fcedec

#fcedec #ecfced #edecfc

Analogous Colors of #fcedec

#fcedec #fcf5ec #fcecf3

Monochromatic Colors of #fcedec

#fcedec

Complementary Color

#fcedec #ecfbfc

#fcedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedec Color CSS Codes

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

#fcedec Text Font Color

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

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


#fcedec Background Color

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

This div background color is #fcedec


#fcedec Border Color

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

This div border color is #fcedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedec


Comments

No comments written yet.

Please login to write comment.