Color Hex Logo

#fdecd4 Color Hex

#FDECD4
(253,236,212)
0 Favorites   0 Comments

Color spaces of #fdecd4

RGB 253236212
HSL0.100.910.91
HSV35°16°99°
CMYK 0.000.070.16   0.01
XYZ82.387185.627074.4728
Yxy85.62700.33980.3531
Hunter Lab92.5349-3.011117.0573
CIE-Lab94.15261.939013.7035

#fdecd4 color RGB value is (253,236,212).

#fdecd4 hex color red value is 253, green value is 236 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #fdecd4 hue: 0.10 , saturation: 0.91 and the lightness value of fdecd4 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 11010100
Octal 375 354 324
Decimal 253 236 212
Hex FD EC D4

RGB Percentages of Color #fdecd4

%36.09
%33.67
%30.24

CMYK Percentages of Color #fdecd4

%0
%7
%16
%1

Triadic Colors of #fdecd4

#fdecd4 #d4fdec #ecd4fd

Analogous Colors of #fdecd4

#fdecd4 #fafdd4 #fdd8d4

Monochromatic Colors of #fdecd4

#fdecd4

Complementary Color

#fdecd4 #d4e5fd

#fdecd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdecd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdecd4 Color CSS Codes

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

#fdecd4 Text Font Color

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

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


#fdecd4 Background Color

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

This div background color is #fdecd4


#fdecd4 Border Color

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

This div border color is #fdecd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdecd4

#fdecd4 Color Palettes


Comments

No comments written yet.

Please login to write comment.