Color Hex Logo

#fdeaa8 Color Hex

#FDEAA8
(253,234,168)
0 Favorites   0 Comments

Color spaces of #fdeaa8

RGB 253234168
HSL0.130.960.83
HSV47°34°99°
CMYK 0.000.080.34   0.01
XYZ76.998782.555448.9223
Yxy82.55540.36930.3960
Hunter Lab90.8600-7.736431.6781
CIE-Lab92.8194-2.943034.4361

#fdeaa8 color RGB value is (253,234,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 10101000
Octal 375 352 250
Decimal 253 234 168
Hex FD EA A8

RGB Percentages of Color #fdeaa8

%38.63
%35.73
%25.65

CMYK Percentages of Color #fdeaa8

%0
%8
%34
%1

Triadic Colors of #fdeaa8

#fdeaa8 #a8fdea #eaa8fd

Analogous Colors of #fdeaa8

#fdeaa8 #e6fda8 #fdc0a8

Monochromatic Colors of #fdeaa8

#fdeaa8

Complementary Color

#fdeaa8 #a8bbfd

#fdeaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeaa8 Color CSS Codes

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

#fdeaa8 Text Font Color

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

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


#fdeaa8 Background Color

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

This div background color is #fdeaa8


#fdeaa8 Border Color

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

This div border color is #fdeaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeaa8

Related Colors

#fdeaa8 Color Palettes


Comments

No comments written yet.

Please login to write comment.