Color Hex Logo

#fceace Color Hex

#FCEACE
(252,234,206)
0 Favorites   0 Comments

Color spaces of #fceace

RGB 252234206
HSL0.100.880.90
HSV37°18°99°
CMYK 0.000.070.18   0.01
XYZ80.708383.997370.3518
Yxy83.99730.34340.3573
Hunter Lab91.6500-3.198018.6432
CIE-Lab93.44931.710215.8031

#fceace color RGB value is (252,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 11001110
Octal 374 352 316
Decimal 252 234 206
Hex FC EA CE

RGB Percentages of Color #fceace

%36.42
%33.82
%29.77

CMYK Percentages of Color #fceace

%0
%7
%18
%1

Triadic Colors of #fceace

#fceace #cefcea #eacefc

Analogous Colors of #fceace

#fceace #f7fcce #fcd3ce

Monochromatic Colors of #fceace

#fceace

Complementary Color

#fceace #cee0fc

#fceace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceace Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceace Color CSS Codes

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

#fceace Text Font Color

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

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


#fceace Background Color

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

This div background color is #fceace


#fceace Border Color

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

This div border color is #fceace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,234,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 #fceace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceace

Related Colors


Comments

No comments written yet.

Please login to write comment.