Color Hex Logo

#fdd2aa Color Hex

#FDD2AA
(253,210,170)
0 Favorites   0 Comments

Color spaces of #fdd2aa

RGB 253210170
HSL0.080.950.83
HSV29°33°99°
CMYK 0.000.170.33   0.01
XYZ70.810369.878147.7859
Yxy69.87810.37570.3708
Hunter Lab83.59314.916324.6221
CIE-Lab86.93709.574825.4895

#fdd2aa color RGB value is (253,210,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 10101010
Octal 375 322 252
Decimal 253 210 170
Hex FD D2 AA

RGB Percentages of Color #fdd2aa

%39.97
%33.18
%26.86

CMYK Percentages of Color #fdd2aa

%0
%17
%33
%1

Triadic Colors of #fdd2aa

#fdd2aa #aafdd2 #d2aafd

Analogous Colors of #fdd2aa

#fdd2aa #fdfcaa #fdaaac

Monochromatic Colors of #fdd2aa

#fdd2aa

Complementary Color

#fdd2aa #aad5fd

#fdd2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd2aa Color CSS Codes

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

#fdd2aa Text Font Color

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

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


#fdd2aa Background Color

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

This div background color is #fdd2aa


#fdd2aa Border Color

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

This div border color is #fdd2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd2aa

Related Colors


Comments

No comments written yet.

Please login to write comment.