Color Hex Logo

#fdeaac Color Hex

#FDEAAC
(253,234,172)
0 Favorites   0 Comments

Color spaces of #fdeaac

RGB 253234172
HSL0.130.950.83
HSV46°32°99°
CMYK 0.000.080.32   0.01
XYZ77.377282.706850.9155
Yxy82.70680.36670.3920
Hunter Lab90.9433-7.277730.4662
CIE-Lab92.8859-2.467032.4980

#fdeaac color RGB value is (253,234,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 10101100
Octal 375 352 254
Decimal 253 234 172
Hex FD EA AC

RGB Percentages of Color #fdeaac

%38.39
%35.51
%26.10

CMYK Percentages of Color #fdeaac

%0
%8
%32
%1

Triadic Colors of #fdeaac

#fdeaac #acfdea #eaacfd

Analogous Colors of #fdeaac

#fdeaac #e8fdac #fdc2ac

Monochromatic Colors of #fdeaac

#fdeaac

Complementary Color

#fdeaac #acbffd

#fdeaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeaac Color CSS Codes

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

#fdeaac Text Font Color

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

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


#fdeaac Background Color

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

This div background color is #fdeaac


#fdeaac Border Color

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

This div border color is #fdeaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeaac


Comments

No comments written yet.

Please login to write comment.