Color Hex Logo

#fcfeed Color Hex

#FCFEED
(252,254,237)
0 Favorites   0 Comments

Color spaces of #fcfeed

RGB 252254237
HSL0.190.890.96
HSV67°100°
CMYK 0.010.000.07   0.00
XYZ90.872897.693594.1880
Yxy97.69350.32140.3455
Hunter Lab98.8400-8.858412.6886
CIE-Lab99.1012-3.55537.8859

#fcfeed color RGB value is (252,254,237).

#fcfeed hex color red value is 252, green value is 254 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fcfeed hue: 0.19 , saturation: 0.89 and the lightness value of fcfeed is 0.96.

The process color (four color CMYK) of #fcfeed color hex is 0.01, 0.00, 0.07, 0.00. Web safe color of #fcfeed is #ffffff. Color #fcfeed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11101101
Octal 374 376 355
Decimal 252 254 237
Hex FC FE ED

RGB Percentages of Color #fcfeed

%33.92
%34.19
%31.90

CMYK Percentages of Color #fcfeed

%1
%0
%7
%0

Triadic Colors of #fcfeed

#fcfeed #edfcfe #feedfc

Analogous Colors of #fcfeed

#fcfeed #f4feed #fef8ed

Monochromatic Colors of #fcfeed

#fcfeed

Complementary Color

#fcfeed #efedfe

#fcfeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfeed Color CSS Codes

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

#fcfeed Text Font Color

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

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


#fcfeed Background Color

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

This div background color is #fcfeed


#fcfeed Border Color

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

This div border color is #fcfeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfeed

Related Colors


Comments

No comments written yet.

Please login to write comment.