Color Hex Logo

#fcefcd Color Hex

#FCEFCD
(252,239,205)
0 Favorites   0 Comments

Color spaces of #fcefcd

RGB 252239205
HSL0.120.890.90
HSV43°19°99°
CMYK 0.000.050.19   0.01
XYZ82.030886.836270.1952
Yxy86.83620.34310.3632
Hunter Lab93.1859-5.943420.5681
CIE-Lab94.6687-0.973718.0339

#fcefcd color RGB value is (252,239,205).

#fcefcd hex color red value is 252, green value is 239 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fcefcd hue: 0.12 , saturation: 0.89 and the lightness value of fcefcd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11001101
Octal 374 357 315
Decimal 252 239 205
Hex FC EF CD

RGB Percentages of Color #fcefcd

%36.21
%34.34
%29.45

CMYK Percentages of Color #fcefcd

%0
%5
%19
%1

Triadic Colors of #fcefcd

#fcefcd #cdfcef #efcdfc

Analogous Colors of #fcefcd

#fcefcd #f2fccd #fcd8cd

Monochromatic Colors of #fcefcd

#fcefcd

Complementary Color

#fcefcd #cddafc

#fcefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefcd Color CSS Codes

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

#fcefcd Text Font Color

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

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


#fcefcd Background Color

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

This div background color is #fcefcd


#fcefcd Border Color

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

This div border color is #fcefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefcd


Comments

No comments written yet.

Please login to write comment.