Color Hex Logo

#fcedcc Color Hex

#FCEDCC
(252,237,204)
0 Favorites   0 Comments

Color spaces of #fcedcc

RGB 252237204
HSL0.110.890.89
HSV41°19°99°
CMYK 0.000.060.19   0.01
XYZ81.328285.623569.3673
Yxy85.62350.34410.3623
Hunter Lab92.5330-5.047220.3264
CIE-Lab94.1511-0.105817.8234

#fcedcc color RGB value is (252,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11001100
Octal 374 355 314
Decimal 252 237 204
Hex FC ED CC

RGB Percentages of Color #fcedcc

%36.36
%34.20
%29.44

CMYK Percentages of Color #fcedcc

%0
%6
%19
%1

Triadic Colors of #fcedcc

#fcedcc #ccfced #edccfc

Analogous Colors of #fcedcc

#fcedcc #f3fccc #fcd5cc

Monochromatic Colors of #fcedcc

#fcedcc

Complementary Color

#fcedcc #ccdbfc

#fcedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedcc Color CSS Codes

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

#fcedcc Text Font Color

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

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


#fcedcc Background Color

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

This div background color is #fcedcc


#fcedcc Border Color

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

This div border color is #fcedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedcc


Comments

No comments written yet.

Please login to write comment.