Color Hex Logo

#fdd1ad Color Hex

#FDD1AD
(253,209,173)
0 Favorites   0 Comments

Color spaces of #fdd1ad

RGB 253209173
HSL0.080.950.84
HSV27°32°99°
CMYK 0.000.170.32   0.01
XYZ70.851369.500749.2159
Yxy69.50070.37380.3666
Hunter Lab83.36715.809723.3550
CIE-Lab86.751410.462523.6682

#fdd1ad color RGB value is (253,209,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 10101101
Octal 375 321 255
Decimal 253 209 173
Hex FD D1 AD

RGB Percentages of Color #fdd1ad

%39.84
%32.91
%27.24

CMYK Percentages of Color #fdd1ad

%0
%17
%32
%1

Triadic Colors of #fdd1ad

#fdd1ad #adfdd1 #d1adfd

Analogous Colors of #fdd1ad

#fdd1ad #fdf9ad #fdadb1

Monochromatic Colors of #fdd1ad

#fdd1ad

Complementary Color

#fdd1ad #add9fd

#fdd1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd1ad Color CSS Codes

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

#fdd1ad Text Font Color

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

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


#fdd1ad Background Color

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

This div background color is #fdd1ad


#fdd1ad Border Color

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

This div border color is #fdd1ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd1ad

Related Colors

#fdd1ad Color Palettes


Comments

No comments written yet.

Please login to write comment.