Color Hex Logo

#ffd8ad Color Hex

#FFD8AD
(255,216,173)
0 Favorites   0 Comments

Color spaces of #ffd8ad

RGB 255216173
HSL0.091.000.84
HSV31°32°100°
CMYK 0.000.150.32   0.00
XYZ73.338773.388949.8353
Yxy73.38890.37310.3734
Hunter Lab85.66732.893825.4763
CIE-Lab88.63297.597226.2708

#ffd8ad color RGB value is (255,216,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 10101101
Octal 377 330 255
Decimal 255 216 173
Hex FF D8 AD

RGB Percentages of Color #ffd8ad

%39.60
%33.54
%26.86

CMYK Percentages of Color #ffd8ad

%0
%15
%32
%0

Triadic Colors of #ffd8ad

#ffd8ad #adffd8 #d8adff

Analogous Colors of #ffd8ad

#ffd8ad #fdffad #ffafad

Monochromatic Colors of #ffd8ad

#ffd8ad

Complementary Color

#ffd8ad #add4ff

#ffd8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd8ad Color CSS Codes

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

#ffd8ad Text Font Color

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

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


#ffd8ad Background Color

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

This div background color is #ffd8ad


#ffd8ad Border Color

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

This div border color is #ffd8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd8ad

Related Colors

#ffd8ad Color Palettes


Comments

No comments written yet.

Please login to write comment.