Color Hex Logo

#fcdfab Color Hex

#FCDFAB
(252,223,171)
0 Favorites   0 Comments

Color spaces of #fcdfab

RGB 252223171
HSL0.110.930.83
HSV39°32°99°
CMYK 0.000.120.32   0.01
XYZ73.883276.411149.3828
Yxy76.41110.37000.3827
Hunter Lab87.4134-2.102627.6945
CIE-Lab90.04992.621629.1819

#fcdfab color RGB value is (252,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 10101011
Octal 374 337 253
Decimal 252 223 171
Hex FC DF AB

RGB Percentages of Color #fcdfab

%39.01
%34.52
%26.47

CMYK Percentages of Color #fcdfab

%0
%12
%32
%1

Triadic Colors of #fcdfab

#fcdfab #abfcdf #dfabfc

Analogous Colors of #fcdfab

#fcdfab #f1fcab #fcb7ab

Monochromatic Colors of #fcdfab

#fcdfab

Complementary Color

#fcdfab #abc8fc

#fcdfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdfab Color CSS Codes

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

#fcdfab Text Font Color

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

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


#fcdfab Background Color

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

This div background color is #fcdfab


#fcdfab Border Color

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

This div border color is #fcdfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdfab

Related Colors


Comments

No comments written yet.

Please login to write comment.