Color Hex Logo

#fefedf Color Hex

#FEFEDF
(254,254,223)
0 Favorites   0 Comments

Color spaces of #fefedf

RGB 254254223
HSL0.170.940.94
HSV60°12°100°
CMYK 0.000.000.12   0.00
XYZ89.634197.282283.8651
Yxy97.28220.33100.3593
Hunter Lab98.6317-10.389118.6288
CIE-Lab98.9395-5.106414.8400

#fefedf color RGB value is (254,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11011111
Octal 376 376 337
Decimal 254 254 223
Hex FE FE DF

RGB Percentages of Color #fefedf

%34.75
%34.75
%30.51

CMYK Percentages of Color #fefedf

%0
%0
%12
%0

Triadic Colors of #fefedf

#fefedf #dffefe #fedffe

Analogous Colors of #fefedf

#fefedf #effedf #feefdf

Monochromatic Colors of #fefedf

#fefedf

Complementary Color

#fefedf #dfdffe

#fefedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefedf Color CSS Codes

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

#fefedf Text Font Color

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

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


#fefedf Background Color

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

This div background color is #fefedf


#fefedf Border Color

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

This div border color is #fefedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefedf

Related Colors


Comments

No comments written yet.

Please login to write comment.