Color Hex Logo

#fcdca8 Color Hex

#FCDCA8
(252,220,168)
0 Favorites   0 Comments

Color spaces of #fcdca8

RGB 252220168
HSL0.100.930.82
HSV37°33°99°
CMYK 0.000.130.33   0.01
XYZ72.806074.709047.6288
Yxy74.70900.37310.3828
Hunter Lab86.4344-0.904827.8329
CIE-Lab89.25653.796029.6553

#fcdca8 color RGB value is (252,220,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 10101000
Octal 374 334 250
Decimal 252 220 168
Hex FC DC A8

RGB Percentages of Color #fcdca8

%39.38
%34.38
%26.25

CMYK Percentages of Color #fcdca8

%0
%13
%33
%1

Triadic Colors of #fcdca8

#fcdca8 #a8fcdc #dca8fc

Analogous Colors of #fcdca8

#fcdca8 #f2fca8 #fcb2a8

Monochromatic Colors of #fcdca8

#fcdca8

Complementary Color

#fcdca8 #a8c8fc

#fcdca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdca8 Color CSS Codes

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

#fcdca8 Text Font Color

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

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


#fcdca8 Background Color

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

This div background color is #fcdca8


#fcdca8 Border Color

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

This div border color is #fcdca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdca8


Comments

No comments written yet.

Please login to write comment.