Color Hex Logo

#fddeaf Color Hex

#FDDEAF
(253,222,175)
0 Favorites   0 Comments

Color spaces of #fddeaf

RGB 253222175
HSL0.100.950.84
HSV36°31°99°
CMYK 0.000.120.31   0.01
XYZ74.367276.220351.3499
Yxy76.22030.36830.3774
Hunter Lab87.3042-0.733226.2403
CIE-Lab89.96154.004127.0157

#fddeaf color RGB value is (253,222,175).

#fddeaf hex color red value is 253, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fddeaf hue: 0.10 , saturation: 0.95 and the lightness value of fddeaf is 0.84.

The process color (four color CMYK) of #fddeaf color hex is 0.00, 0.12, 0.31, 0.01. Web safe color of #fddeaf is #ffcc99. Color #fddeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 10101111
Octal 375 336 257
Decimal 253 222 175
Hex FD DE AF

RGB Percentages of Color #fddeaf

%38.92
%34.15
%26.92

CMYK Percentages of Color #fddeaf

%0
%12
%31
%1

Triadic Colors of #fddeaf

#fddeaf #affdde #deaffd

Analogous Colors of #fddeaf

#fddeaf #f5fdaf #fdb7af

Monochromatic Colors of #fddeaf

#fddeaf

Complementary Color

#fddeaf #afcefd

#fddeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddeaf Color CSS Codes

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

#fddeaf Text Font Color

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

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


#fddeaf Background Color

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

This div background color is #fddeaf


#fddeaf Border Color

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

This div border color is #fddeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddeaf


Comments

No comments written yet.

Please login to write comment.