Color Hex Logo

#fcfdef Color Hex

#FCFDEF
(252,253,239)
0 Favorites   0 Comments

Color spaces of #fcfdef

RGB 252253239
HSL0.180.780.96
HSV64°99°
CMYK 0.000.000.06   0.01
XYZ90.850297.178095.6303
Yxy97.17800.32030.3426
Hunter Lab98.5789-8.007711.4887
CIE-Lab98.8984-2.72196.5685

#fcfdef color RGB value is (252,253,239).

#fcfdef hex color red value is 252, green value is 253 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fcfdef hue: 0.18 , saturation: 0.78 and the lightness value of fcfdef is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 11101111
Octal 374 375 357
Decimal 252 253 239
Hex FC FD EF

RGB Percentages of Color #fcfdef

%33.87
%34.01
%32.12

CMYK Percentages of Color #fcfdef

%0
%0
%6
%1

Triadic Colors of #fcfdef

#fcfdef #effcfd #fdeffc

Analogous Colors of #fcfdef

#fcfdef #f5fdef #fdf7ef

Monochromatic Colors of #fcfdef

#fcfdef

Complementary Color

#fcfdef #f0effd

#fcfdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfdef Color CSS Codes

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

#fcfdef Text Font Color

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

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


#fcfdef Background Color

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

This div background color is #fcfdef


#fcfdef Border Color

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

This div border color is #fcfdef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,253,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 #fcfdef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfdef

Related Colors


Comments

No comments written yet.

Please login to write comment.