Color Hex Logo

#fcedca Color Hex

#FCEDCA
(252,237,202)
0 Favorites   0 Comments

Color spaces of #fcedca

RGB 252237202
HSL0.120.890.89
HSV42°20°99°
CMYK 0.000.060.20   0.01
XYZ81.089785.528168.1118
Yxy85.52810.34550.3644
Hunter Lab92.4814-5.329821.0704
CIE-Lab94.1102-0.393818.7974

#fcedca color RGB value is (252,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11001010
Octal 374 355 312
Decimal 252 237 202
Hex FC ED CA

RGB Percentages of Color #fcedca

%36.47
%34.30
%29.23

CMYK Percentages of Color #fcedca

%0
%6
%20
%1

Triadic Colors of #fcedca

#fcedca #cafced #edcafc

Analogous Colors of #fcedca

#fcedca #f2fcca #fcd4ca

Monochromatic Colors of #fcedca

#fcedca

Complementary Color

#fcedca #cad9fc

#fcedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedca Color CSS Codes

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

#fcedca Text Font Color

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

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


#fcedca Background Color

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

This div background color is #fcedca


#fcedca Border Color

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

This div border color is #fcedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedca


Comments

No comments written yet.

Please login to write comment.