Color Hex Logo

#fffedc Color Hex

#FFFEDC
(255,254,220)
2 Favorites   0 Comments

Color spaces of #fffedc

RGB 255254220
HSL0.161.000.93
HSV58°14°100°
CMYK 0.000.000.14   0.00
XYZ89.600197.310981.7706
Yxy97.31090.33350.3622
Hunter Lab98.6463-10.500019.9053
CIE-Lab98.9508-5.217116.3986

#fffedc color RGB value is (255,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 11011100
Octal 377 376 334
Decimal 255 254 220
Hex FF FE DC

RGB Percentages of Color #fffedc

%34.98
%34.84
%30.18

CMYK Percentages of Color #fffedc

%0
%0
%14
%0

Triadic Colors of #fffedc

#fffedc #dcfffe #fedcff

Analogous Colors of #fffedc

#fffedc #efffdc #ffeddc

Monochromatic Colors of #fffedc

#fffedc

Complementary Color

#fffedc #dcddff

#fffedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffedc Color CSS Codes

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

#fffedc Text Font Color

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

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


#fffedc Background Color

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

This div background color is #fffedc


#fffedc Border Color

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

This div border color is #fffedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffedc

Related Colors

#fffedc Color Palettes


Comments

No comments written yet.

Please login to write comment.