Color Hex Logo

#ffeddc Color Hex

#FFEDDC
(255,237,220)
0 Favorites   0 Comments

Color spaces of #ffeddc

RGB 255237220
HSL0.081.000.93
HSV29°14°100°
CMYK 0.000.070.14   0.00
XYZ84.442586.995780.0514
Yxy86.99570.33580.3459
Hunter Lab93.2715-1.621714.4037
CIE-Lab94.73643.354610.4156

#ffeddc color RGB value is (255,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11011100
Octal 377 355 334
Decimal 255 237 220
Hex FF ED DC

RGB Percentages of Color #ffeddc

%35.81
%33.29
%30.90

CMYK Percentages of Color #ffeddc

%0
%7
%14
%0

Triadic Colors of #ffeddc

#ffeddc #dcffed #eddcff

Analogous Colors of #ffeddc

#ffeddc #ffffdc #ffdcdd

Monochromatic Colors of #ffeddc

#ffeddc

Complementary Color

#ffeddc #dceeff

#ffeddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeddc Color CSS Codes

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

#ffeddc Text Font Color

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

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


#ffeddc Background Color

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

This div background color is #ffeddc


#ffeddc Border Color

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

This div border color is #ffeddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeddc


Comments

No comments written yet.

Please login to write comment.