Color Hex Logo

#fdd8ad Color Hex

#FDD8AD
(253,216,173)
0 Favorites   0 Comments

Color spaces of #fdd8ad

RGB 253216173
HSL0.090.950.84
HSV32°32°99°
CMYK 0.000.150.32   0.01
XYZ72.606773.011549.8010
Yxy73.01150.37150.3736
Hunter Lab85.44682.145025.2567
CIE-Lab88.45326.840725.9964

#fdd8ad color RGB value is (253,216,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 10101101
Octal 375 330 255
Decimal 253 216 173
Hex FD D8 AD

RGB Percentages of Color #fdd8ad

%39.41
%33.64
%26.95

CMYK Percentages of Color #fdd8ad

%0
%15
%32
%1

Triadic Colors of #fdd8ad

#fdd8ad #adfdd8 #d8adfd

Analogous Colors of #fdd8ad

#fdd8ad #fafdad #fdb0ad

Monochromatic Colors of #fdd8ad

#fdd8ad

Complementary Color

#fdd8ad #add2fd

#fdd8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd8ad Color CSS Codes

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

#fdd8ad Text Font Color

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

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


#fdd8ad Background Color

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

This div background color is #fdd8ad


#fdd8ad Border Color

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

This div border color is #fdd8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd8ad

Related Colors


Comments

No comments written yet.

Please login to write comment.