Color Hex Logo

#fdcdad Color Hex

#FDCDAD
(253,205,173)
0 Favorites   0 Comments

Color spaces of #fdcdad

RGB 253205173
HSL0.070.950.84
HSV24°32°99°
CMYK 0.000.190.32   0.01
XYZ69.882267.562448.8928
Yxy67.56240.37500.3626
Hunter Lab82.19647.914622.2700
CIE-Lab85.787212.542222.3423

#fdcdad color RGB value is (253,205,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 10101101
Octal 375 315 255
Decimal 253 205 173
Hex FD CD AD

RGB Percentages of Color #fdcdad

%40.10
%32.49
%27.42

CMYK Percentages of Color #fdcdad

%0
%19
%32
%1

Triadic Colors of #fdcdad

#fdcdad #adfdcd #cdadfd

Analogous Colors of #fdcdad

#fdcdad #fdf5ad #fdadb5

Monochromatic Colors of #fdcdad

#fdcdad

Complementary Color

#fdcdad #adddfd

#fdcdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdad Color CSS Codes

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

#fdcdad Text Font Color

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

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


#fdcdad Background Color

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

This div background color is #fdcdad


#fdcdad Border Color

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

This div border color is #fdcdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdad


Comments

No comments written yet.

Please login to write comment.