Color Hex Logo

#fef8df Color Hex

#FEF8DF
(254,248,223)
0 Favorites   0 Comments

Color spaces of #fef8df

RGB 254248223
HSL0.130.940.94
HSV48°12°100°
CMYK 0.000.020.12   0.00
XYZ87.759793.533383.2403
Yxy93.53330.33180.3536
Hunter Lab96.7126-7.271216.6681
CIE-Lab97.4436-2.100812.7174

#fef8df color RGB value is (254,248,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111000 11011111
Octal 376 370 337
Decimal 254 248 223
Hex FE F8 DF

RGB Percentages of Color #fef8df

%35.03
%34.21
%30.76

CMYK Percentages of Color #fef8df

%0
%2
%12
%0

Triadic Colors of #fef8df

#fef8df #dffef8 #f8dffe

Analogous Colors of #fef8df

#fef8df #f5fedf #fee9df

Monochromatic Colors of #fef8df

#fef8df

Complementary Color

#fef8df #dfe5fe

#fef8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef8df Color CSS Codes

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

#fef8df Text Font Color

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

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


#fef8df Background Color

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

This div background color is #fef8df


#fef8df Border Color

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

This div border color is #fef8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef8df

Related Colors


Comments

No comments written yet.

Please login to write comment.