Color Hex Logo

#ffeddf Color Hex

#FFEDDF
(255,237,223)
4 Favorites   0 Comments

Color spaces of #ffeddf

RGB 255237223
HSL0.071.000.94
HSV26°13°100°
CMYK 0.000.070.13   0.00
XYZ84.843587.156182.1631
Yxy87.15610.33380.3429
Hunter Lab93.3574-1.154213.1696
CIE-Lab94.80453.82118.9594

#ffeddf color RGB value is (255,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11011111
Octal 377 355 337
Decimal 255 237 223
Hex FF ED DF

RGB Percentages of Color #ffeddf

%35.66
%33.15
%31.19

CMYK Percentages of Color #ffeddf

%0
%7
%13
%0

Triadic Colors of #ffeddf

#ffeddf #dfffed #eddfff

Analogous Colors of #ffeddf

#ffeddf #fffddf #ffdfe1

Monochromatic Colors of #ffeddf

#ffeddf

Complementary Color

#ffeddf #dff1ff

#ffeddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeddf Color CSS Codes

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

#ffeddf Text Font Color

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

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


#ffeddf Background Color

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

This div background color is #ffeddf


#ffeddf Border Color

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

This div border color is #ffeddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeddf


Comments

No comments written yet.

Please login to write comment.