Color Hex Logo

#ffd4ad Color Hex

#FFD4AD
(255,212,173)
0 Favorites   0 Comments

Color spaces of #ffd4ad

RGB 255212173
HSL0.081.000.84
HSV29°32°100°
CMYK 0.000.170.32   0.00
XYZ72.326371.364149.4978
Yxy71.36410.37440.3694
Hunter Lab84.47734.989824.3943
CIE-Lab87.66169.663724.9450

#ffd4ad color RGB value is (255,212,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 10101101
Octal 377 324 255
Decimal 255 212 173
Hex FF D4 AD

RGB Percentages of Color #ffd4ad

%39.84
%33.13
%27.03

CMYK Percentages of Color #ffd4ad

%0
%17
%32
%0

Triadic Colors of #ffd4ad

#ffd4ad #adffd4 #d4adff

Analogous Colors of #ffd4ad

#ffd4ad #fffdad #ffadaf

Monochromatic Colors of #ffd4ad

#ffd4ad

Complementary Color

#ffd4ad #add8ff

#ffd4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd4ad Color CSS Codes

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

#ffd4ad Text Font Color

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

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


#ffd4ad Background Color

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

This div background color is #ffd4ad


#ffd4ad Border Color

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

This div border color is #ffd4ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd4ad


Comments

No comments written yet.

Please login to write comment.