Color Hex Logo

#fef4df Color Hex

#FEF4DF
(254,244,223)
0 Favorites   0 Comments

Color spaces of #fef4df

RGB 254244223
HSL0.110.940.94
HSV41°12°100°
CMYK 0.000.040.12   0.00
XYZ86.543091.099982.8348
Yxy91.09990.33220.3497
Hunter Lab95.4463-5.181515.3565
CIE-Lab96.4512-0.083511.3037

#fef4df color RGB value is (254,244,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 11011111
Octal 376 364 337
Decimal 254 244 223
Hex FE F4 DF

RGB Percentages of Color #fef4df

%35.23
%33.84
%30.93

CMYK Percentages of Color #fef4df

%0
%4
%12
%0

Triadic Colors of #fef4df

#fef4df #dffef4 #f4dffe

Analogous Colors of #fef4df

#fef4df #f9fedf #fee5df

Monochromatic Colors of #fef4df

#fef4df

Complementary Color

#fef4df #dfe9fe

#fef4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef4df Color CSS Codes

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

#fef4df Text Font Color

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

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


#fef4df Background Color

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

This div background color is #fef4df


#fef4df Border Color

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

This div border color is #fef4df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef4df

Related Colors

#fef4df Color Palettes


Comments

No comments written yet.

Please login to write comment.