Color Hex Logo

#fcfefd Color Hex

#FCFEFD
(252,254,253)
0 Favorites   0 Comments

Color spaces of #fcfefd

RGB 252254253
HSL0.420.500.99
HSV150°100°
CMYK 0.010.000.00   0.00
XYZ93.316398.6709107.0556
Yxy98.67090.31200.3300
Hunter Lab99.3332-6.14555.6339
CIE-Lab99.4838-0.82840.2352

#fcfefd color RGB value is (252,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 11111101
Octal 374 376 375
Decimal 252 254 253
Hex FC FE FD

Shades of #fcfefd


Tints of #fcfefd

All tints are identical with #fcfefd

RGB Percentages of Color #fcfefd

%33.20
%33.47
%33.33

CMYK Percentages of Color #fcfefd

%1
%0
%0
%0

Triadic Colors of #fcfefd

#fcfefd #fdfcfe #fefdfc

Analogous Colors of #fcfefd

#fcfefd #fcfefe #fcfefc

Monochromatic Colors of #fcfefd

#fcfefd

Complementary Color

#fcfefd #fefcfd

#fcfefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfefd Color CSS Codes

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

#fcfefd Text Font Color

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

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


#fcfefd Background Color

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

This div background color is #fcfefd


#fcfefd Border Color

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

This div border color is #fcfefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfefd

Related Colors


Comments

No comments written yet.

Please login to write comment.