Color Hex Logo

#ffdcad Color Hex

#FFDCAD
(255,220,173)
0 Favorites   0 Comments

Color spaces of #ffdcad

RGB 255220173
HSL0.101.000.84
HSV34°32°100°
CMYK 0.000.140.32   0.00
XYZ74.376075.463550.1810
Yxy75.46350.37180.3773
Hunter Lab86.86970.805826.5595
CIE-Lab89.60975.538927.5994

#ffdcad color RGB value is (255,220,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 10101101
Octal 377 334 255
Decimal 255 220 173
Hex FF DC AD

RGB Percentages of Color #ffdcad

%39.35
%33.95
%26.70

CMYK Percentages of Color #ffdcad

%0
%14
%32
%0

Triadic Colors of #ffdcad

#ffdcad #adffdc #dcadff

Analogous Colors of #ffdcad

#ffdcad #f9ffad #ffb3ad

Monochromatic Colors of #ffdcad

#ffdcad

Complementary Color

#ffdcad #add0ff

#ffdcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcad Color CSS Codes

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

#ffdcad Text Font Color

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

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


#ffdcad Background Color

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

This div background color is #ffdcad


#ffdcad Border Color

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

This div border color is #ffdcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdcad


Comments

No comments written yet.

Please login to write comment.