Color Hex Logo

#fefddf Color Hex

#FEFDDF
(254,253,223)
0 Favorites   0 Comments

Color spaces of #fefddf

RGB 254253223
HSL0.160.940.94
HSV58°12°100°
CMYK 0.000.000.12   0.00
XYZ89.317696.649183.7596
Yxy96.64910.33110.3583
Hunter Lab98.3103-9.870818.3026
CIE-Lab98.6896-4.607114.4861

#fefddf color RGB value is (254,253,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11011111
Octal 376 375 337
Decimal 254 253 223
Hex FE FD DF

RGB Percentages of Color #fefddf

%34.79
%34.66
%30.55

CMYK Percentages of Color #fefddf

%0
%0
%12
%0

Triadic Colors of #fefddf

#fefddf #dffefd #fddffe

Analogous Colors of #fefddf

#fefddf #f0fedf #feeedf

Monochromatic Colors of #fefddf

#fefddf

Complementary Color

#fefddf #dfe0fe

#fefddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefddf Color CSS Codes

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

#fefddf Text Font Color

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

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


#fefddf Background Color

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

This div background color is #fefddf


#fefddf Border Color

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

This div border color is #fefddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,253,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 #fefddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefddf

Related Colors

#fefddf Color Palettes


Comments

No comments written yet.

Please login to write comment.