Color Hex Logo

#fcdbaa Color Hex

#FCDBAA
(252,219,170)
0 Favorites   0 Comments

Color spaces of #fcdbaa

RGB 252219170
HSL0.100.930.83
HSV36°33°99°
CMYK 0.000.130.33   0.01
XYZ72.732174.260848.5306
Yxy74.26080.37200.3798
Hunter Lab86.1747-0.150426.9322
CIE-Lab89.04564.550328.3394

#fcdbaa color RGB value is (252,219,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 10101010
Octal 374 333 252
Decimal 252 219 170
Hex FC DB AA

RGB Percentages of Color #fcdbaa

%39.31
%34.17
%26.52

CMYK Percentages of Color #fcdbaa

%0
%13
%33
%1

Triadic Colors of #fcdbaa

#fcdbaa #aafcdb #dbaafc

Analogous Colors of #fcdbaa

#fcdbaa #f4fcaa #fcb2aa

Monochromatic Colors of #fcdbaa

#fcdbaa

Complementary Color

#fcdbaa #aacbfc

#fcdbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbaa Color CSS Codes

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

#fcdbaa Text Font Color

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

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


#fcdbaa Background Color

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

This div background color is #fcdbaa


#fcdbaa Border Color

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

This div border color is #fcdbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbaa


Comments

No comments written yet.

Please login to write comment.