Color Hex Logo

#fcfed9 Color Hex

#FCFED9
(252,254,217)
0 Favorites   0 Comments

Color spaces of #fcfed9

RGB 252254217
HSL0.180.950.92
HSV63°15°100°
CMYK 0.010.000.15   0.00
XYZ88.111196.588879.6452
Yxy96.58880.33330.3654
Hunter Lab98.2796-11.957820.7475
CIE-Lab98.6657-6.719417.4960

#fcfed9 color RGB value is (252,254,217).

#fcfed9 hex color red value is 252, green value is 254 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #fcfed9 hue: 0.18 , saturation: 0.95 and the lightness value of fcfed9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11011001
Octal 374 376 331
Decimal 252 254 217
Hex FC FE D9

RGB Percentages of Color #fcfed9

%34.85
%35.13
%30.01

CMYK Percentages of Color #fcfed9

%1
%0
%15
%0

Triadic Colors of #fcfed9

#fcfed9 #d9fcfe #fed9fc

Analogous Colors of #fcfed9

#fcfed9 #eafed9 #feeed9

Monochromatic Colors of #fcfed9

#fcfed9

Complementary Color

#fcfed9 #dbd9fe

#fcfed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfed9 Color CSS Codes

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

#fcfed9 Text Font Color

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

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


#fcfed9 Background Color

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

This div background color is #fcfed9


#fcfed9 Border Color

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

This div border color is #fcfed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfed9

Related Colors


Comments

No comments written yet.

Please login to write comment.