Color Hex Logo

#fcfeef Color Hex

#FCFEEF
(252,254,239)
0 Favorites   0 Comments

Color spaces of #fcfeef

RGB 252254239
HSL0.190.880.97
HSV68°100°
CMYK 0.010.000.06   0.00
XYZ91.166797.811195.7358
Yxy97.81110.32020.3435
Hunter Lab98.8995-8.530711.8363
CIE-Lab99.1474-3.22386.9273

#fcfeef color RGB value is (252,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11101111
Octal 374 376 357
Decimal 252 254 239
Hex FC FE EF

RGB Percentages of Color #fcfeef

%33.83
%34.09
%32.08

CMYK Percentages of Color #fcfeef

%1
%0
%6
%0

Triadic Colors of #fcfeef

#fcfeef #effcfe #feeffc

Analogous Colors of #fcfeef

#fcfeef #f5feef #fef9ef

Monochromatic Colors of #fcfeef

#fcfeef

Complementary Color

#fcfeef #f1effe

#fcfeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfeef Color CSS Codes

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

#fcfeef Text Font Color

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

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


#fcfeef Background Color

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

This div background color is #fcfeef


#fcfeef Border Color

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

This div border color is #fcfeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfeef

Related Colors

#fcfeef Color Palettes


Comments

No comments written yet.

Please login to write comment.