Color Hex Logo

#feefe0 Color Hex

#FEEFE0
(254,239,224)
0 Favorites   0 Comments

Color spaces of #feefe0

RGB 254239224
HSL0.080.940.94
HSV30°12°100°
CMYK 0.000.060.12   0.00
XYZ85.194188.185783.0523
Yxy88.18570.33220.3439
Hunter Lab93.9072-2.399713.2985
CIE-Lab95.23912.61009.0542

#feefe0 color RGB value is (254,239,224).

#feefe0 hex color red value is 254, green value is 239 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #feefe0 hue: 0.08 , saturation: 0.94 and the lightness value of feefe0 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11100000
Octal 376 357 340
Decimal 254 239 224
Hex FE EF E0

RGB Percentages of Color #feefe0

%35.43
%33.33
%31.24

CMYK Percentages of Color #feefe0

%0
%6
%12
%0

Triadic Colors of #feefe0

#feefe0 #e0feef #efe0fe

Analogous Colors of #feefe0

#feefe0 #fefee0 #fee0e0

Monochromatic Colors of #feefe0

#feefe0

Complementary Color

#feefe0 #e0effe

#feefe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefe0 Color CSS Codes

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

#feefe0 Text Font Color

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

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


#feefe0 Background Color

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

This div background color is #feefe0


#feefe0 Border Color

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

This div border color is #feefe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefe0

Related Colors

#feefe0 Color Palettes


Comments

No comments written yet.

Please login to write comment.