Color Hex Logo

#fde9ad Color Hex

#FDE9AD
(253,233,173)
0 Favorites   0 Comments

Color spaces of #fde9ad

RGB 253233173
HSL0.130.950.84
HSV45°32°99°
CMYK 0.000.080.32   0.01
XYZ77.189882.177651.3287
Yxy82.17760.36640.3900
Hunter Lab90.6519-6.648529.8852
CIE-Lab92.6532-1.841131.6780

#fde9ad color RGB value is (253,233,173).

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

The process color (four color CMYK) of #fde9ad color hex is 0.00, 0.08, 0.32, 0.01. Web safe color of #fde9ad is #ffff99. Color #fde9ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 10101101
Octal 375 351 255
Decimal 253 233 173
Hex FD E9 AD

RGB Percentages of Color #fde9ad

%38.39
%35.36
%26.25

CMYK Percentages of Color #fde9ad

%0
%8
%32
%1

Triadic Colors of #fde9ad

#fde9ad #adfde9 #e9adfd

Analogous Colors of #fde9ad

#fde9ad #e9fdad #fdc1ad

Monochromatic Colors of #fde9ad

#fde9ad

Complementary Color

#fde9ad #adc1fd

#fde9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde9ad Color CSS Codes

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

#fde9ad Text Font Color

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

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


#fde9ad Background Color

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

This div background color is #fde9ad


#fde9ad Border Color

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

This div border color is #fde9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde9ad

Related Colors


Comments

No comments written yet.

Please login to write comment.