Color Hex Logo

#fcdbad Color Hex

#FCDBAD
(252,219,173)
0 Favorites   0 Comments

Color spaces of #fcdbad

RGB 252219173
HSL0.100.930.83
HSV35°31°99°
CMYK 0.000.130.31   0.01
XYZ73.019274.375650.0426
Yxy74.37560.36980.3767
Hunter Lab86.24130.211025.9651
CIE-Lab89.09974.918026.8623

#fcdbad color RGB value is (252,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 10101101
Octal 374 333 255
Decimal 252 219 173
Hex FC DB AD

RGB Percentages of Color #fcdbad

%39.13
%34.01
%26.86

CMYK Percentages of Color #fcdbad

%0
%13
%31
%1

Triadic Colors of #fcdbad

#fcdbad #adfcdb #dbadfc

Analogous Colors of #fcdbad

#fcdbad #f6fcad #fcb4ad

Monochromatic Colors of #fcdbad

#fcdbad

Complementary Color

#fcdbad #adcefc

#fcdbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbad Color CSS Codes

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

#fcdbad Text Font Color

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

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


#fcdbad Background Color

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

This div background color is #fcdbad


#fcdbad Border Color

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

This div border color is #fcdbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbad

Related Colors


Comments

No comments written yet.

Please login to write comment.