Color Hex Logo

#fdd0aa Color Hex

#FDD0AA
(253,208,170)
0 Favorites   0 Comments

Color spaces of #fdd0aa

RGB 253208170
HSL0.080.950.83
HSV27°33°99°
CMYK 0.000.180.33   0.01
XYZ70.319668.896747.6224
Yxy68.89670.37640.3687
Hunter Lab83.00405.965124.0860
CIE-Lab86.452910.612324.8282

#fdd0aa color RGB value is (253,208,170).

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

The process color (four color CMYK) of #fdd0aa color hex is 0.00, 0.18, 0.33, 0.01. Web safe color of #fdd0aa is #ffcc99. Color #fdd0aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010000 10101010
Octal 375 320 252
Decimal 253 208 170
Hex FD D0 AA

RGB Percentages of Color #fdd0aa

%40.10
%32.96
%26.94

CMYK Percentages of Color #fdd0aa

%0
%18
%33
%1

Triadic Colors of #fdd0aa

#fdd0aa #aafdd0 #d0aafd

Analogous Colors of #fdd0aa

#fdd0aa #fdfaaa #fdaaae

Monochromatic Colors of #fdd0aa

#fdd0aa

Complementary Color

#fdd0aa #aad7fd

#fdd0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd0aa Color CSS Codes

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

#fdd0aa Text Font Color

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

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


#fdd0aa Background Color

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

This div background color is #fdd0aa


#fdd0aa Border Color

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

This div border color is #fdd0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd0aa


Comments

No comments written yet.

Please login to write comment.