Color Hex Logo

#fceadc Color Hex

#FCEADC
(252,234,220)
0 Favorites   0 Comments

Color spaces of #fceadc

RGB 252234220
HSL0.070.840.93
HSV26°13°99°
CMYK 0.000.070.13   0.01
XYZ82.486084.708479.7130
Yxy84.70840.33410.3431
Hunter Lab92.0372-1.088913.0752
CIE-Lab93.75733.83378.9822

#fceadc color RGB value is (252,234,220).

#fceadc hex color red value is 252, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fceadc hue: 0.07 , saturation: 0.84 and the lightness value of fceadc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 11011100
Octal 374 352 334
Decimal 252 234 220
Hex FC EA DC

RGB Percentages of Color #fceadc

%35.69
%33.14
%31.16

CMYK Percentages of Color #fceadc

%0
%7
%13
%1

Triadic Colors of #fceadc

#fceadc #dcfcea #eadcfc

Analogous Colors of #fceadc

#fceadc #fcfadc #fcdcde

Monochromatic Colors of #fceadc

#fceadc

Complementary Color

#fceadc #dceefc

#fceadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceadc Color CSS Codes

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

#fceadc Text Font Color

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

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


#fceadc Background Color

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

This div background color is #fceadc


#fceadc Border Color

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

This div border color is #fceadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceadc


Comments

No comments written yet.

Please login to write comment.