Color Hex Logo

#fdecc0 Color Hex

#FDECC0
(253,236,192)
0 Favorites   0 Comments

Color spaces of #fdecc0

RGB 253236192
HSL0.120.940.87
HSV43°24°99°
CMYK 0.000.070.24   0.01
XYZ80.017984.679361.9965
Yxy84.67930.35300.3735
Hunter Lab92.0214-5.821324.4702
CIE-Lab93.7447-0.917123.4477

#fdecc0 color RGB value is (253,236,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 11000000
Octal 375 354 300
Decimal 253 236 192
Hex FD EC C0

RGB Percentages of Color #fdecc0

%37.15
%34.65
%28.19

CMYK Percentages of Color #fdecc0

%0
%7
%24
%1

Triadic Colors of #fdecc0

#fdecc0 #c0fdec #ecc0fd

Analogous Colors of #fdecc0

#fdecc0 #f0fdc0 #fdcec0

Monochromatic Colors of #fdecc0

#fdecc0

Complementary Color

#fdecc0 #c0d1fd

#fdecc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdecc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdecc0 Color CSS Codes

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

#fdecc0 Text Font Color

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

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


#fdecc0 Background Color

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

This div background color is #fdecc0


#fdecc0 Border Color

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

This div border color is #fdecc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdecc0


Comments

No comments written yet.

Please login to write comment.