Color Hex Logo

#fcdea0 Color Hex

#FCDEA0
(252,222,160)
0 Favorites   0 Comments

Color spaces of #fcdea0

RGB 252222160
HSL0.110.940.81
HSV40°37°99°
CMYK 0.000.120.37   0.01
XYZ72.611375.476143.9990
Yxy75.47610.37800.3929
Hunter Lab86.8770-2.845430.7864
CIE-Lab89.61551.840334.2334

#fcdea0 color RGB value is (252,222,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 10100000
Octal 374 336 240
Decimal 252 222 160
Hex FC DE A0

RGB Percentages of Color #fcdea0

%39.75
%35.02
%25.24

CMYK Percentages of Color #fcdea0

%0
%12
%37
%1

Triadic Colors of #fcdea0

#fcdea0 #a0fcde #dea0fc

Analogous Colors of #fcdea0

#fcdea0 #ecfca0 #fcb0a0

Monochromatic Colors of #fcdea0

#fcdea0

Complementary Color

#fcdea0 #a0befc

#fcdea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdea0 Color CSS Codes

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

#fcdea0 Text Font Color

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

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


#fcdea0 Background Color

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

This div background color is #fcdea0


#fcdea0 Border Color

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

This div border color is #fcdea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdea0

Related Colors

#fcdea0 Color Palettes


Comments

No comments written yet.

Please login to write comment.