Color Hex Logo

#fceced Color Hex

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

Color spaces of #fceced

RGB 252236237
HSL0.990.730.96
HSV356°99°
CMYK 0.000.060.06   0.01
XYZ85.426486.800892.3725
Yxy86.80080.32290.3280
Hunter Lab93.16690.62766.4324
CIE-Lab94.65375.57101.4501

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

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

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

Base Numbers

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

RGB Percentages of Color #fceced

%34.76
%32.55
%32.69

CMYK Percentages of Color #fceced

%0
%6
%6
%1

Triadic Colors of #fceced

#fceced #edfcec #ecedfc

Analogous Colors of #fceced

#fceced #fcf3ec #fcecf5

Monochromatic Colors of #fceced

#fceced

Complementary Color

#fceced #ecfcfb

#fceced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceced Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceced Color CSS Codes

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

#fceced Text Font Color

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

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


#fceced Background Color

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

This div background color is #fceced


#fceced Border Color

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

This div border color is #fceced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceced

Related Colors


Comments

No comments written yet.

Please login to write comment.