Color Hex Logo

#fdeadd Color Hex

#FDEADD
(253,234,221)
0 Favorites   0 Comments

Color spaces of #fdeadd

RGB 253234221
HSL0.070.890.93
HSV24°13°99°
CMYK 0.000.080.13   0.01
XYZ82.982084.948780.4297
Yxy84.94870.33410.3420
Hunter Lab92.1676-0.583012.7782
CIE-Lab93.86104.34088.6223

#fdeadd color RGB value is (253,234,221).

#fdeadd hex color red value is 253, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fdeadd hue: 0.07 , saturation: 0.89 and the lightness value of fdeadd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11011101
Octal 375 352 335
Decimal 253 234 221
Hex FD EA DD

RGB Percentages of Color #fdeadd

%35.73
%33.05
%31.21

CMYK Percentages of Color #fdeadd

%0
%8
%13
%1

Triadic Colors of #fdeadd

#fdeadd #ddfdea #eaddfd

Analogous Colors of #fdeadd

#fdeadd #fdfadd #fddde0

Monochromatic Colors of #fdeadd

#fdeadd

Complementary Color

#fdeadd #ddf0fd

#fdeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeadd Color CSS Codes

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

#fdeadd Text Font Color

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

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


#fdeadd Background Color

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

This div background color is #fdeadd


#fdeadd Border Color

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

This div border color is #fdeadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeadd

Related Colors


Comments

No comments written yet.

Please login to write comment.