Color Hex Logo

#fdccad Color Hex

#FDCCAD
(253,204,173)
0 Favorites   0 Comments

Color spaces of #fdccad

RGB 253204173
HSL0.060.950.84
HSV23°32°99°
CMYK 0.000.190.32   0.01
XYZ69.643767.085548.8133
Yxy67.08550.37540.3616
Hunter Lab81.90578.441921.9990
CIE-Lab85.547113.063022.0115

#fdccad color RGB value is (253,204,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 10101101
Octal 375 314 255
Decimal 253 204 173
Hex FD CC AD

RGB Percentages of Color #fdccad

%40.16
%32.38
%27.46

CMYK Percentages of Color #fdccad

%0
%19
%32
%1

Triadic Colors of #fdccad

#fdccad #adfdcc #ccadfd

Analogous Colors of #fdccad

#fdccad #fdf4ad #fdadb6

Monochromatic Colors of #fdccad

#fdccad

Complementary Color

#fdccad #addefd

#fdccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdccad Color CSS Codes

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

#fdccad Text Font Color

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

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


#fdccad Background Color

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

This div background color is #fdccad


#fdccad Border Color

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

This div border color is #fdccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdccad

Related Colors


Comments

No comments written yet.

Please login to write comment.