Color Hex Logo

#fceed4 Color Hex

#FCEED4
(252,238,212)
0 Favorites   0 Comments

Color spaces of #fceed4

RGB 252238212
HSL0.110.870.91
HSV39°16°99°
CMYK 0.000.060.16   0.01
XYZ82.603186.598074.6488
Yxy86.59800.33870.3551
Hunter Lab93.0580-4.405817.5797
CIE-Lab94.56740.567314.2800

#fceed4 color RGB value is (252,238,212).

#fceed4 hex color red value is 252, green value is 238 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #fceed4 hue: 0.11 , saturation: 0.87 and the lightness value of fceed4 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 11010100
Octal 374 356 324
Decimal 252 238 212
Hex FC EE D4

RGB Percentages of Color #fceed4

%35.90
%33.90
%30.20

CMYK Percentages of Color #fceed4

%0
%6
%16
%1

Triadic Colors of #fceed4

#fceed4 #d4fcee #eed4fc

Analogous Colors of #fceed4

#fceed4 #f6fcd4 #fcdad4

Monochromatic Colors of #fceed4

#fceed4

Complementary Color

#fceed4 #d4e2fc

#fceed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceed4 Color CSS Codes

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

#fceed4 Text Font Color

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

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


#fceed4 Background Color

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

This div background color is #fceed4


#fceed4 Border Color

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

This div border color is #fceed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceed4


Comments

No comments written yet.

Please login to write comment.