Color Hex Logo

#feeddc Color Hex

#FEEDDC
(254,237,220)
0 Favorites   0 Comments

Color spaces of #feeddc

RGB 254237220
HSL0.080.940.93
HSV30°13°100°
CMYK 0.000.070.13   0.00
XYZ84.075586.806580.0342
Yxy86.80650.33510.3460
Hunter Lab93.1700-1.971214.2882
CIE-Lab94.65613.003610.2900

#feeddc color RGB value is (254,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 11011100
Octal 376 355 334
Decimal 254 237 220
Hex FE ED DC

RGB Percentages of Color #feeddc

%35.72
%33.33
%30.94

CMYK Percentages of Color #feeddc

%0
%7
%13
%0

Triadic Colors of #feeddc

#feeddc #dcfeed #eddcfe

Analogous Colors of #feeddc

#feeddc #fefedc #fedcdc

Monochromatic Colors of #feeddc

#feeddc

Complementary Color

#feeddc #dcedfe

#feeddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeddc Color CSS Codes

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

#feeddc Text Font Color

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

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


#feeddc Background Color

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

This div background color is #feeddc


#feeddc Border Color

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

This div border color is #feeddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeddc


Comments

No comments written yet.

Please login to write comment.