Color Hex Logo

#fce8ce Color Hex

#FCE8CE
(252,232,206)
0 Favorites   0 Comments

Color spaces of #fce8ce

RGB 252232206
HSL0.090.880.90
HSV34°18°99°
CMYK 0.000.080.18   0.01
XYZ80.142182.864970.1631
Yxy82.86490.34370.3554
Hunter Lab91.0302-2.153118.0223
CIE-Lab92.95532.730015.1059

#fce8ce color RGB value is (252,232,206).

#fce8ce hex color red value is 252, green value is 232 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fce8ce hue: 0.09 , saturation: 0.88 and the lightness value of fce8ce is 0.90.

The process color (four color CMYK) of #fce8ce color hex is 0.00, 0.08, 0.18, 0.01. Web safe color of #fce8ce is #ffffcc. Color #fce8ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101000 11001110
Octal 374 350 316
Decimal 252 232 206
Hex FC E8 CE

RGB Percentages of Color #fce8ce

%36.52
%33.62
%29.86

CMYK Percentages of Color #fce8ce

%0
%8
%18
%1

Triadic Colors of #fce8ce

#fce8ce #cefce8 #e8cefc

Analogous Colors of #fce8ce

#fce8ce #f9fcce #fcd1ce

Monochromatic Colors of #fce8ce

#fce8ce

Complementary Color

#fce8ce #cee2fc

#fce8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce8ce Color CSS Codes

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

#fce8ce Text Font Color

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

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


#fce8ce Background Color

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

This div background color is #fce8ce


#fce8ce Border Color

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

This div border color is #fce8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce8ce


Comments

No comments written yet.

Please login to write comment.