Color Hex Logo

#fef0df Color Hex

#FEF0DF
(254,240,223)
0 Favorites   0 Comments

Color spaces of #fef0df

RGB 254240223
HSL0.090.940.94
HSV33°12°100°
CMYK 0.000.060.12   0.00
XYZ85.352488.718782.4379
Yxy88.71870.33270.3459
Hunter Lab94.1906-3.082814.0414
CIE-Lab95.46271.94449.8916

#fef0df color RGB value is (254,240,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 11011111
Octal 376 360 337
Decimal 254 240 223
Hex FE F0 DF

RGB Percentages of Color #fef0df

%35.43
%33.47
%31.10

CMYK Percentages of Color #fef0df

%0
%6
%12
%0

Triadic Colors of #fef0df

#fef0df #dffef0 #f0dffe

Analogous Colors of #fef0df

#fef0df #fdfedf #fee1df

Monochromatic Colors of #fef0df

#fef0df

Complementary Color

#fef0df #dfedfe

#fef0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef0df Color CSS Codes

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

#fef0df Text Font Color

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

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


#fef0df Background Color

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

This div background color is #fef0df


#fef0df Border Color

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

This div border color is #fef0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef0df


Comments

No comments written yet.

Please login to write comment.