Color Hex Logo

#fdeaaa Color Hex

#FDEAAA
(253,234,170)
0 Favorites   0 Comments

Color spaces of #fdeaaa

RGB 253234170
HSL0.130.950.83
HSV46°33°99°
CMYK 0.000.080.33   0.01
XYZ77.186582.630649.9113
Yxy82.63060.36800.3940
Hunter Lab90.9014-7.508831.0765
CIE-Lab92.8525-2.706733.4677

#fdeaaa color RGB value is (253,234,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 10101010
Octal 375 352 252
Decimal 253 234 170
Hex FD EA AA

RGB Percentages of Color #fdeaaa

%38.51
%35.62
%25.88

CMYK Percentages of Color #fdeaaa

%0
%8
%33
%1

Triadic Colors of #fdeaaa

#fdeaaa #aafdea #eaaafd

Analogous Colors of #fdeaaa

#fdeaaa #e7fdaa #fdc1aa

Monochromatic Colors of #fdeaaa

#fdeaaa

Complementary Color

#fdeaaa #aabdfd

#fdeaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeaaa Color CSS Codes

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

#fdeaaa Text Font Color

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

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


#fdeaaa Background Color

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

This div background color is #fdeaaa


#fdeaaa Border Color

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

This div border color is #fdeaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeaaa


Comments

No comments written yet.

Please login to write comment.