Color Hex Logo

#fdeaad Color Hex

#FDEAAD
(253,234,173)
0 Favorites   0 Comments

Color spaces of #fdeaad

RGB 253234173
HSL0.130.950.84
HSV46°32°99°
CMYK 0.000.080.32   0.01
XYZ77.473782.745451.4233
Yxy82.74540.36610.3910
Hunter Lab90.9645-7.160930.1578
CIE-Lab92.9029-2.346032.0129

#fdeaad color RGB value is (253,234,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 10101101
Octal 375 352 255
Decimal 253 234 173
Hex FD EA AD

RGB Percentages of Color #fdeaad

%38.33
%35.45
%26.21

CMYK Percentages of Color #fdeaad

%0
%8
%32
%1

Triadic Colors of #fdeaad

#fdeaad #adfdea #eaadfd

Analogous Colors of #fdeaad

#fdeaad #e8fdad #fdc2ad

Monochromatic Colors of #fdeaad

#fdeaad

Complementary Color

#fdeaad #adc0fd

#fdeaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeaad Color CSS Codes

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

#fdeaad Text Font Color

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

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


#fdeaad Background Color

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

This div background color is #fdeaad


#fdeaad Border Color

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

This div border color is #fdeaad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,234,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 #fdeaad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeaad

#fdeaad Color Palettes


Comments

No comments written yet.

Please login to write comment.