Color Hex Logo

#fcfef0 Color Hex

#FCFEF0
(252,254,240)
0 Favorites   0 Comments

Color spaces of #fcfef0

RGB 252254240
HSL0.190.880.97
HSV69°100°
CMYK 0.010.000.06   0.00
XYZ91.314997.870396.5161
Yxy97.87030.31960.3426
Hunter Lab98.9294-8.365511.4069
CIE-Lab99.1706-3.05696.4482

#fcfef0 color RGB value is (252,254,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11110000
Octal 374 376 360
Decimal 252 254 240
Hex FC FE F0

RGB Percentages of Color #fcfef0

%33.78
%34.05
%32.17

CMYK Percentages of Color #fcfef0

%1
%0
%6
%0

Triadic Colors of #fcfef0

#fcfef0 #f0fcfe #fef0fc

Analogous Colors of #fcfef0

#fcfef0 #f5fef0 #fef9f0

Monochromatic Colors of #fcfef0

#fcfef0

Complementary Color

#fcfef0 #f2f0fe

#fcfef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfef0 Color CSS Codes

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

#fcfef0 Text Font Color

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

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


#fcfef0 Background Color

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

This div background color is #fcfef0


#fcfef0 Border Color

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

This div border color is #fcfef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfef0

#fcfef0 Color Palettes


Comments

No comments written yet.

Please login to write comment.