Color Hex Logo

#fceed8 Color Hex

#FCEED8
(252,238,216)
0 Favorites   0 Comments

Color spaces of #fceed8

RGB 252238216
HSL0.100.860.92
HSV37°14°99°
CMYK 0.000.060.14   0.01
XYZ83.114186.802477.3397
Yxy86.80240.33610.3511
Hunter Lab93.1678-3.805516.0001
CIE-Lab94.65441.174612.3358

#fceed8 color RGB value is (252,238,216).

#fceed8 hex color red value is 252, green value is 238 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #fceed8 hue: 0.10 , saturation: 0.86 and the lightness value of fceed8 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 11011000
Octal 374 356 330
Decimal 252 238 216
Hex FC EE D8

RGB Percentages of Color #fceed8

%35.69
%33.71
%30.59

CMYK Percentages of Color #fceed8

%0
%6
%14
%1

Triadic Colors of #fceed8

#fceed8 #d8fcee #eed8fc

Analogous Colors of #fceed8

#fceed8 #f8fcd8 #fcdcd8

Monochromatic Colors of #fceed8

#fceed8

Complementary Color

#fceed8 #d8e6fc

#fceed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceed8 Color CSS Codes

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

#fceed8 Text Font Color

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

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


#fceed8 Background Color

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

This div background color is #fceed8


#fceed8 Border Color

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

This div border color is #fceed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceed8

#fceed8 Color Palettes


Comments

No comments written yet.

Please login to write comment.