Color Hex Logo

#fcefda Color Hex

#FCEFDA
(252,239,218)
0 Favorites   0 Comments

Color spaces of #fcefda

RGB 252239218
HSL0.100.850.92
HSV37°13°99°
CMYK 0.000.050.13   0.01
XYZ83.666387.490478.8073
Yxy87.49040.33470.3500
Hunter Lab93.5363-4.024015.5217
CIE-Lab94.94600.974311.7168

#fcefda color RGB value is (252,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11011010
Octal 374 357 332
Decimal 252 239 218
Hex FC EF DA

RGB Percentages of Color #fcefda

%35.54
%33.71
%30.75

CMYK Percentages of Color #fcefda

%0
%5
%13
%1

Triadic Colors of #fcefda

#fcefda #dafcef #efdafc

Analogous Colors of #fcefda

#fcefda #f8fcda #fcdeda

Monochromatic Colors of #fcefda

#fcefda

Complementary Color

#fcefda #dae7fc

#fcefda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefda Color CSS Codes

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

#fcefda Text Font Color

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

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


#fcefda Background Color

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

This div background color is #fcefda


#fcefda Border Color

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

This div border color is #fcefda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefda


Comments

No comments written yet.

Please login to write comment.