Color Hex Logo

#fdeac9 Color Hex

#FDEAC9
(253,234,201)
0 Favorites   0 Comments

Color spaces of #fdeac9

RGB 253234201
HSL0.110.930.89
HSV38°21°99°
CMYK 0.000.080.21   0.01
XYZ80.473483.945367.2200
Yxy83.94530.34740.3624
Hunter Lab91.6217-3.557320.6359
CIE-Lab93.42671.347718.3688

#fdeac9 color RGB value is (253,234,201).

#fdeac9 hex color red value is 253, green value is 234 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #fdeac9 hue: 0.11 , saturation: 0.93 and the lightness value of fdeac9 is 0.89.

The process color (four color CMYK) of #fdeac9 color hex is 0.00, 0.08, 0.21, 0.01. Web safe color of #fdeac9 is #ffffcc. Color #fdeac9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11001001
Octal 375 352 311
Decimal 253 234 201
Hex FD EA C9

RGB Percentages of Color #fdeac9

%36.77
%34.01
%29.22

CMYK Percentages of Color #fdeac9

%0
%8
%21
%1

Triadic Colors of #fdeac9

#fdeac9 #c9fdea #eac9fd

Analogous Colors of #fdeac9

#fdeac9 #f6fdc9 #fdd0c9

Monochromatic Colors of #fdeac9

#fdeac9

Complementary Color

#fdeac9 #c9dcfd

#fdeac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeac9 Color CSS Codes

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

#fdeac9 Text Font Color

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

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


#fdeac9 Background Color

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

This div background color is #fdeac9


#fdeac9 Border Color

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

This div border color is #fdeac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeac9


Comments

No comments written yet.

Please login to write comment.