Color Hex Logo

#fef4de Color Hex

#FEF4DE
(254,244,222)
0 Favorites   0 Comments

Color spaces of #fef4de

RGB 254244222
HSL0.110.940.93
HSV41°13°100°
CMYK 0.000.040.13   0.00
XYZ86.408691.046182.1267
Yxy91.04610.33290.3507
Hunter Lab95.4181-5.335815.7615
CIE-Lab96.4290-0.239011.7872

#fef4de color RGB value is (254,244,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 11011110
Octal 376 364 336
Decimal 254 244 222
Hex FE F4 DE

RGB Percentages of Color #fef4de

%35.28
%33.89
%30.83

CMYK Percentages of Color #fef4de

%0
%4
%13
%0

Triadic Colors of #fef4de

#fef4de #defef4 #f4defe

Analogous Colors of #fef4de

#fef4de #f8fede #fee4de

Monochromatic Colors of #fef4de

#fef4de

Complementary Color

#fef4de #dee8fe

#fef4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef4de Color CSS Codes

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

#fef4de Text Font Color

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

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


#fef4de Background Color

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

This div background color is #fef4de


#fef4de Border Color

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

This div border color is #fef4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef4de

Related Colors


Comments

No comments written yet.

Please login to write comment.