Color Hex Logo

#fef1ef Color Hex

#FEF1EF
(254,241,239)
0 Favorites   0 Comments

Color spaces of #fef1ef

RGB 254241239
HSL0.020.880.97
HSV100°
CMYK 0.000.050.06   0.00
XYZ87.908390.213494.4410
Yxy90.21340.32250.3310
Hunter Lab94.9807-1.00777.5334
CIE-Lab96.08524.02912.5155

#fef1ef color RGB value is (254,241,239).

#fef1ef hex color red value is 254, green value is 241 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fef1ef hue: 0.02 , saturation: 0.88 and the lightness value of fef1ef is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 11101111
Octal 376 361 357
Decimal 254 241 239
Hex FE F1 EF

RGB Percentages of Color #fef1ef

%34.60
%32.83
%32.56

CMYK Percentages of Color #fef1ef

%0
%5
%6
%0

Triadic Colors of #fef1ef

#fef1ef #effef1 #f1effe

Analogous Colors of #fef1ef

#fef1ef #fef9ef #feeff5

Monochromatic Colors of #fef1ef

#fef1ef

Complementary Color

#fef1ef #effcfe

#fef1ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef1ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef1ef Color CSS Codes

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

#fef1ef Text Font Color

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

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


#fef1ef Background Color

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

This div background color is #fef1ef


#fef1ef Border Color

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

This div border color is #fef1ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef1ef

Related Colors


Comments

No comments written yet.

Please login to write comment.