Color Hex Logo

#fcfed7 Color Hex

#FCFED7
(252,254,215)
0 Favorites   0 Comments

Color spaces of #fcfed7

RGB 252254215
HSL0.180.950.92
HSV63°15°100°
CMYK 0.010.000.15   0.00
XYZ87.852496.485478.2832
Yxy96.48540.33450.3674
Hunter Lab98.2270-12.250121.5070
CIE-Lab98.6248-7.020618.4586

#fcfed7 color RGB value is (252,254,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11010111
Octal 374 376 327
Decimal 252 254 215
Hex FC FE D7

RGB Percentages of Color #fcfed7

%34.95
%35.23
%29.82

CMYK Percentages of Color #fcfed7

%1
%0
%15
%0

Triadic Colors of #fcfed7

#fcfed7 #d7fcfe #fed7fc

Analogous Colors of #fcfed7

#fcfed7 #e9fed7 #feedd7

Monochromatic Colors of #fcfed7

#fcfed7

Complementary Color

#fcfed7 #d9d7fe

#fcfed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfed7 Color CSS Codes

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

#fcfed7 Text Font Color

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

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


#fcfed7 Background Color

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

This div background color is #fcfed7


#fcfed7 Border Color

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

This div border color is #fcfed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfed7


Comments

No comments written yet.

Please login to write comment.