Color Hex Logo

#fcda9c Color Hex

#FCDA9C
(252,218,156)
0 Favorites   0 Comments

Color spaces of #fcda9c

RGB 252218156
HSL0.110.940.80
HSV39°38°99°
CMYK 0.000.130.38   0.01
XYZ71.217073.238641.8354
Yxy73.23860.38230.3931
Hunter Lab85.5796-1.221330.9219
CIE-Lab88.56143.439534.8804

#fcda9c color RGB value is (252,218,156).

#fcda9c hex color red value is 252, green value is 218 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fcda9c hue: 0.11 , saturation: 0.94 and the lightness value of fcda9c is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 10011100
Octal 374 332 234
Decimal 252 218 156
Hex FC DA 9C

RGB Percentages of Color #fcda9c

%40.26
%34.82
%24.92

CMYK Percentages of Color #fcda9c

%0
%13
%38
%1

Triadic Colors of #fcda9c

#fcda9c #9cfcda #da9cfc

Analogous Colors of #fcda9c

#fcda9c #eefc9c #fcaa9c

Monochromatic Colors of #fcda9c

#fcda9c

Complementary Color

#fcda9c #9cbefc

#fcda9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcda9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcda9c Color CSS Codes

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

#fcda9c Text Font Color

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

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


#fcda9c Background Color

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

This div background color is #fcda9c


#fcda9c Border Color

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

This div border color is #fcda9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcda9c

Related Colors


Comments

No comments written yet.

Please login to write comment.