Color Hex Logo

#fddec7 Color Hex

#FDDEC7
(253,222,199)
0 Favorites   0 Comments

Color spaces of #fddec7

RGB 253222199
HSL0.070.930.89
HSV26°21°99°
CMYK 0.000.120.21   0.01
XYZ76.938177.248764.8883
Yxy77.24870.35120.3526
Hunter Lab87.89122.445417.7513
CIE-Lab90.43607.208315.2046

#fddec7 color RGB value is (253,222,199).

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

The process color (four color CMYK) of #fddec7 color hex is 0.00, 0.12, 0.21, 0.01. Web safe color of #fddec7 is #ffcccc. Color #fddec7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 11000111
Octal 375 336 307
Decimal 253 222 199
Hex FD DE C7

RGB Percentages of Color #fddec7

%37.54
%32.94
%29.53

CMYK Percentages of Color #fddec7

%0
%12
%21
%1

Triadic Colors of #fddec7

#fddec7 #c7fdde #dec7fd

Analogous Colors of #fddec7

#fddec7 #fdf9c7 #fdc7cb

Monochromatic Colors of #fddec7

#fddec7

Complementary Color

#fddec7 #c7e6fd

#fddec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddec7 Color CSS Codes

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

#fddec7 Text Font Color

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

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


#fddec7 Background Color

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

This div background color is #fddec7


#fddec7 Border Color

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

This div border color is #fddec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddec7


Comments

No comments written yet.

Please login to write comment.