Color Hex Logo

#fcefc4 Color Hex

#FCEFC4
(252,239,196)
0 Favorites   0 Comments

Color spaces of #fcefc4

RGB 252239196
HSL0.130.900.88
HSV46°22°99°
CMYK 0.000.050.22   0.01
XYZ80.975286.414064.6363
Yxy86.41400.34900.3724
Hunter Lab92.9591-7.190023.8459
CIE-Lab94.4891-2.250222.4109

#fcefc4 color RGB value is (252,239,196).

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

The process color (four color CMYK) of #fcefc4 color hex is 0.00, 0.05, 0.22, 0.01. Web safe color of #fcefc4 is #ffffcc. Color #fcefc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11000100
Octal 374 357 304
Decimal 252 239 196
Hex FC EF C4

RGB Percentages of Color #fcefc4

%36.68
%34.79
%28.53

CMYK Percentages of Color #fcefc4

%0
%5
%22
%1

Triadic Colors of #fcefc4

#fcefc4 #c4fcef #efc4fc

Analogous Colors of #fcefc4

#fcefc4 #edfcc4 #fcd3c4

Monochromatic Colors of #fcefc4

#fcefc4

Complementary Color

#fcefc4 #c4d1fc

#fcefc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefc4 Color CSS Codes

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

#fcefc4 Text Font Color

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

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


#fcefc4 Background Color

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

This div background color is #fcefc4


#fcefc4 Border Color

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

This div border color is #fcefc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefc4


Comments

No comments written yet.

Please login to write comment.