Color Hex Logo

#fef4dd Color Hex

#FEF4DD
(254,244,221)
0 Favorites   0 Comments

Color spaces of #fef4dd

RGB 254244221
HSL0.120.940.93
HSV42°13°100°
CMYK 0.000.040.13   0.00
XYZ86.274990.992781.4228
Yxy90.99270.33350.3517
Hunter Lab95.3901-5.489616.1645
CIE-Lab96.4070-0.394212.2710

#fef4dd color RGB value is (254,244,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 11011101
Octal 376 364 335
Decimal 254 244 221
Hex FE F4 DD

RGB Percentages of Color #fef4dd

%35.33
%33.94
%30.74

CMYK Percentages of Color #fef4dd

%0
%4
%13
%0

Triadic Colors of #fef4dd

#fef4dd #ddfef4 #f4ddfe

Analogous Colors of #fef4dd

#fef4dd #f8fedd #fee4dd

Monochromatic Colors of #fef4dd

#fef4dd

Complementary Color

#fef4dd #dde7fe

#fef4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef4dd Color CSS Codes

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

#fef4dd Text Font Color

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

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


#fef4dd Background Color

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

This div background color is #fef4dd


#fef4dd Border Color

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

This div border color is #fef4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef4dd

#fef4dd Color Palettes


Comments

No comments written yet.

Please login to write comment.