Color Hex Logo

#fcefd8 Color Hex

#FCEFD8
(252,239,216)
0 Favorites   0 Comments

Color spaces of #fcefd8

RGB 252239216
HSL0.110.860.92
HSV38°14°99°
CMYK 0.000.050.14   0.01
XYZ83.406187.386377.4370
Yxy87.38630.33600.3520
Hunter Lab93.4806-4.328316.3221
CIE-Lab94.90190.666812.6878

#fcefd8 color RGB value is (252,239,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11011000
Octal 374 357 330
Decimal 252 239 216
Hex FC EF D8

RGB Percentages of Color #fcefd8

%35.64
%33.80
%30.55

CMYK Percentages of Color #fcefd8

%0
%5
%14
%1

Triadic Colors of #fcefd8

#fcefd8 #d8fcef #efd8fc

Analogous Colors of #fcefd8

#fcefd8 #f7fcd8 #fcddd8

Monochromatic Colors of #fcefd8

#fcefd8

Complementary Color

#fcefd8 #d8e5fc

#fcefd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefd8 Color CSS Codes

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

#fcefd8 Text Font Color

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

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


#fcefd8 Background Color

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

This div background color is #fcefd8


#fcefd8 Border Color

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

This div border color is #fcefd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefd8

Related Colors


Comments

No comments written yet.

Please login to write comment.