Color Hex Logo

#fcedc9 Color Hex

#FCEDC9
(252,237,201)
0 Favorites   0 Comments

Color spaces of #fcedc9

RGB 252237201
HSL0.120.890.89
HSV42°20°99°
CMYK 0.000.060.20   0.01
XYZ80.971785.480967.4901
Yxy85.48090.34610.3654
Hunter Lab92.4559-5.469721.4391
CIE-Lab94.0900-0.536619.2845

#fcedc9 color RGB value is (252,237,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11001001
Octal 374 355 311
Decimal 252 237 201
Hex FC ED C9

RGB Percentages of Color #fcedc9

%36.52
%34.35
%29.13

CMYK Percentages of Color #fcedc9

%0
%6
%20
%1

Triadic Colors of #fcedc9

#fcedc9 #c9fced #edc9fc

Analogous Colors of #fcedc9

#fcedc9 #f2fcc9 #fcd4c9

Monochromatic Colors of #fcedc9

#fcedc9

Complementary Color

#fcedc9 #c9d8fc

#fcedc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedc9 Color CSS Codes

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

#fcedc9 Text Font Color

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

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


#fcedc9 Background Color

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

This div background color is #fcedc9


#fcedc9 Border Color

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

This div border color is #fcedc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedc9

Related Colors

#fcedc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.