Color Hex Logo

#ffeddd Color Hex

#FFEDDD
(255,237,221)
1 Favorites   0 Comments

Color spaces of #ffeddd

RGB 255237221
HSL0.081.000.93
HSV28°13°100°
CMYK 0.000.070.13   0.00
XYZ84.575387.048880.7511
Yxy87.04880.33510.3449
Hunter Lab93.2999-1.466813.9945
CIE-Lab94.75903.50949.9300

#ffeddd color RGB value is (255,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11011101
Octal 377 355 335
Decimal 255 237 221
Hex FF ED DD

RGB Percentages of Color #ffeddd

%35.76
%33.24
%31.00

CMYK Percentages of Color #ffeddd

%0
%7
%13
%0

Triadic Colors of #ffeddd

#ffeddd #ddffed #edddff

Analogous Colors of #ffeddd

#ffeddd #fffedd #ffddde

Monochromatic Colors of #ffeddd

#ffeddd

Complementary Color

#ffeddd #ddefff

#ffeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeddd Color CSS Codes

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

#ffeddd Text Font Color

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

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


#ffeddd Background Color

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

This div background color is #ffeddd


#ffeddd Border Color

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

This div border color is #ffeddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,237,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeddd

Related Colors

#ffeddd Color Palettes


Comments

No comments written yet.

Please login to write comment.