Color Hex Logo

#fef1ee Color Hex

#FEF1EE
(254,241,238)
0 Favorites   0 Comments

Color spaces of #fef1ee

RGB 254241238
HSL0.030.890.96
HSV11°100°
CMYK 0.000.050.06   0.00
XYZ87.761090.154593.6650
Yxy90.15450.32310.3320
Hunter Lab94.9497-1.17647.9770
CIE-Lab96.06083.86202.9973

#fef1ee color RGB value is (254,241,238).

#fef1ee hex color red value is 254, green value is 241 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fef1ee hue: 0.03 , saturation: 0.89 and the lightness value of fef1ee is 0.96.

The process color (four color CMYK) of #fef1ee color hex is 0.00, 0.05, 0.06, 0.00. Web safe color of #fef1ee is #ffffff. Color #fef1ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 11101110
Octal 376 361 356
Decimal 254 241 238
Hex FE F1 EE

RGB Percentages of Color #fef1ee

%34.65
%32.88
%32.47

CMYK Percentages of Color #fef1ee

%0
%5
%6
%0

Triadic Colors of #fef1ee

#fef1ee #eefef1 #f1eefe

Analogous Colors of #fef1ee

#fef1ee #fef9ee #feeef3

Monochromatic Colors of #fef1ee

#fef1ee

Complementary Color

#fef1ee #eefbfe

#fef1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef1ee Color CSS Codes

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

#fef1ee Text Font Color

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

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


#fef1ee Background Color

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

This div background color is #fef1ee


#fef1ee Border Color

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

This div border color is #fef1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef1ee

Related Colors


Comments

No comments written yet.

Please login to write comment.