Color Hex Logo

#fccdad Color Hex

#FCCDAD
(252,205,173)
0 Favorites   0 Comments

Color spaces of #fccdad

RGB 252205173
HSL0.070.930.83
HSV24°31°99°
CMYK 0.000.190.31   0.01
XYZ69.519067.375248.8758
Yxy67.37520.37420.3627
Hunter Lab82.08247.534922.1536
CIE-Lab85.693112.164622.1978

#fccdad color RGB value is (252,205,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 10101101
Octal 374 315 255
Decimal 252 205 173
Hex FC CD AD

RGB Percentages of Color #fccdad

%40.00
%32.54
%27.46

CMYK Percentages of Color #fccdad

%0
%19
%31
%1

Triadic Colors of #fccdad

#fccdad #adfccd #cdadfc

Analogous Colors of #fccdad

#fccdad #fcf5ad #fcadb5

Monochromatic Colors of #fccdad

#fccdad

Complementary Color

#fccdad #addcfc

#fccdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdad Color CSS Codes

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

#fccdad Text Font Color

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

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


#fccdad Background Color

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

This div background color is #fccdad


#fccdad Border Color

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

This div border color is #fccdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdad


Comments

No comments written yet.

Please login to write comment.