Color Hex Logo

#fcfde0 Color Hex

#FCFDE0
(252,253,224)
0 Favorites   0 Comments

Color spaces of #fcfde0

RGB 252253224
HSL0.170.880.94
HSV62°11°99°
CMYK 0.000.000.11   0.01
XYZ88.724796.327884.4378
Yxy96.32780.32920.3574
Hunter Lab98.1467-10.392717.6942
CIE-Lab98.5623-5.144813.7734

#fcfde0 color RGB value is (252,253,224).

#fcfde0 hex color red value is 252, green value is 253 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #fcfde0 hue: 0.17 , saturation: 0.88 and the lightness value of fcfde0 is 0.94.

The process color (four color CMYK) of #fcfde0 color hex is 0.00, 0.00, 0.11, 0.01. Web safe color of #fcfde0 is #ffffcc. Color #fcfde0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 11100000
Octal 374 375 340
Decimal 252 253 224
Hex FC FD E0

RGB Percentages of Color #fcfde0

%34.57
%34.71
%30.73

CMYK Percentages of Color #fcfde0

%0
%0
%11
%1

Triadic Colors of #fcfde0

#fcfde0 #e0fcfd #fde0fc

Analogous Colors of #fcfde0

#fcfde0 #eefde0 #fdf0e0

Monochromatic Colors of #fcfde0

#fcfde0

Complementary Color

#fcfde0 #e1e0fd

#fcfde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfde0 Color CSS Codes

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

#fcfde0 Text Font Color

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

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


#fcfde0 Background Color

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

This div background color is #fcfde0


#fcfde0 Border Color

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

This div border color is #fcfde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfde0

Related Colors


Comments

No comments written yet.

Please login to write comment.