Color Hex Logo

#fdece1 Color Hex

#FDECE1
(253,236,225)
0 Favorites   0 Comments

Color spaces of #fdece1

RGB 253236225
HSL0.070.880.94
HSV24°11°99°
CMYK 0.000.070.11   0.01
XYZ84.094186.309883.4614
Yxy86.30980.33130.3400
Hunter Lab92.9031-1.005511.7677
CIE-Lab94.44473.95047.3850

#fdece1 color RGB value is (253,236,225).

#fdece1 hex color red value is 253, green value is 236 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #fdece1 hue: 0.07 , saturation: 0.88 and the lightness value of fdece1 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 11100001
Octal 375 354 341
Decimal 253 236 225
Hex FD EC E1

RGB Percentages of Color #fdece1

%35.43
%33.05
%31.51

CMYK Percentages of Color #fdece1

%0
%7
%11
%1

Triadic Colors of #fdece1

#fdece1 #e1fdec #ece1fd

Analogous Colors of #fdece1

#fdece1 #fdfae1 #fde1e4

Monochromatic Colors of #fdece1

#fdece1

Complementary Color

#fdece1 #e1f2fd

#fdece1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdece1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdece1 Color CSS Codes

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

#fdece1 Text Font Color

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

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


#fdece1 Background Color

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

This div background color is #fdece1


#fdece1 Border Color

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

This div border color is #fdece1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,236,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdece1


Comments

No comments written yet.

Please login to write comment.