Color Hex Logo

#fcd9ab Color Hex

#FCD9AB
(252,217,171)
0 Favorites   0 Comments

Color spaces of #fcd9ab

RGB 252217171
HSL0.090.930.83
HSV34°32°99°
CMYK 0.000.140.32   0.01
XYZ72.308473.261448.8579
Yxy73.26140.37190.3768
Hunter Lab85.59291.008326.0712
CIE-Lab88.57225.700827.1806

#fcd9ab color RGB value is (252,217,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 10101011
Octal 374 331 253
Decimal 252 217 171
Hex FC D9 AB

RGB Percentages of Color #fcd9ab

%39.38
%33.91
%26.72

CMYK Percentages of Color #fcd9ab

%0
%14
%32
%1

Triadic Colors of #fcd9ab

#fcd9ab #abfcd9 #d9abfc

Analogous Colors of #fcd9ab

#fcd9ab #f7fcab #fcb1ab

Monochromatic Colors of #fcd9ab

#fcd9ab

Complementary Color

#fcd9ab #abcefc

#fcd9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd9ab Color CSS Codes

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

#fcd9ab Text Font Color

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

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


#fcd9ab Background Color

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

This div background color is #fcd9ab


#fcd9ab Border Color

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

This div border color is #fcd9ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,217,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcd9ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd9ab


Comments

No comments written yet.

Please login to write comment.