Color Hex Logo

#fefcdf Color Hex

#FEFCDF
(254,252,223)
0 Favorites   0 Comments

Color spaces of #fefcdf

RGB 254252223
HSL0.160.940.94
HSV56°12°100°
CMYK 0.000.010.12   0.00
XYZ89.002796.019483.6547
Yxy96.01940.33130.3574
Hunter Lab97.9895-9.352217.9761
CIE-Lab98.4399-4.107414.1322

#fefcdf color RGB value is (254,252,223).

#fefcdf hex color red value is 254, green value is 252 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fefcdf hue: 0.16 , saturation: 0.94 and the lightness value of fefcdf is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 11011111
Octal 376 374 337
Decimal 254 252 223
Hex FE FC DF

RGB Percentages of Color #fefcdf

%34.84
%34.57
%30.59

CMYK Percentages of Color #fefcdf

%0
%1
%12
%0

Triadic Colors of #fefcdf

#fefcdf #dffefc #fcdffe

Analogous Colors of #fefcdf

#fefcdf #f1fedf #feeddf

Monochromatic Colors of #fefcdf

#fefcdf

Complementary Color

#fefcdf #dfe1fe

#fefcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcdf Color CSS Codes

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

#fefcdf Text Font Color

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

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


#fefcdf Background Color

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

This div background color is #fefcdf


#fefcdf Border Color

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

This div border color is #fefcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcdf

Related Colors


Comments

No comments written yet.

Please login to write comment.