Color Hex Logo

#fcfdfd Color Hex

#FCFDFD
(252,253,253)
0 Favorites   0 Comments

Color spaces of #fcfdfd

RGB 252253253
HSL0.500.200.99
HSV180°99°
CMYK 0.000.000.00   0.01
XYZ92.999898.0379106.9501
Yxy98.03790.31210.3290
Hunter Lab99.0141-5.61715.2678
CIE-Lab99.2363-0.3241-0.1262

#fcfdfd color RGB value is (252,253,253).

#fcfdfd hex color red value is 252, green value is 253 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fcfdfd hue: 0.50 , saturation: 0.20 and the lightness value of fcfdfd is 0.99.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 11111101
Octal 374 375 375
Decimal 252 253 253
Hex FC FD FD

Shades of #fcfdfd


Tints of #fcfdfd

All tints are identical with #fcfdfd

RGB Percentages of Color #fcfdfd

%33.25
%33.38
%33.38

CMYK Percentages of Color #fcfdfd

%0
%0
%0
%1

Triadic Colors of #fcfdfd

#fcfdfd #fdfcfd #fdfdfc

Monochromatic Colors of #fcfdfd

#fcfdfd

Complementary Color

#fcfdfd #fdfcfc

#fcfdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfdfd Color CSS Codes

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

#fcfdfd Text Font Color

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

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


#fcfdfd Background Color

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

This div background color is #fcfdfd


#fcfdfd Border Color

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

This div border color is #fcfdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfdfd


Comments

No comments written yet.

Please login to write comment.