Color Hex Logo

#fefddc Color Hex

#FEFDDC
(254,253,220)
0 Favorites   0 Comments

Color spaces of #fefddc

RGB 254253220
HSL0.160.940.93
HSV58°13°100°
CMYK 0.000.000.13   0.00
XYZ88.916696.488781.6479
Yxy96.48870.33300.3613
Hunter Lab98.2287-10.321919.4781
CIE-Lab98.6261-5.067515.9298

#fefddc color RGB value is (254,253,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11011100
Octal 376 375 334
Decimal 254 253 220
Hex FE FD DC

RGB Percentages of Color #fefddc

%34.94
%34.80
%30.26

CMYK Percentages of Color #fefddc

%0
%0
%13
%0

Triadic Colors of #fefddc

#fefddc #dcfefd #fddcfe

Analogous Colors of #fefddc

#fefddc #eefedc #feecdc

Monochromatic Colors of #fefddc

#fefddc

Complementary Color

#fefddc #dcddfe

#fefddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefddc Color CSS Codes

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

#fefddc Text Font Color

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

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


#fefddc Background Color

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

This div background color is #fefddc


#fefddc Border Color

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

This div border color is #fefddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefddc

Related Colors

#fefddc Color Palettes


Comments

No comments written yet.

Please login to write comment.