Color Hex Logo

#fdfcef Color Hex

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

Color spaces of #fdfcef

RGB 253252239
HSL0.150.780.96
HSV56°99°
CMYK 0.000.000.06   0.01
XYZ90.898496.735495.5423
Yxy96.73540.32100.3416
Hunter Lab98.3542-7.151011.2530
CIE-Lab98.7237-1.88186.3260

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

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

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

Base Numbers

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

RGB Percentages of Color #fdfcef

%34.01
%33.87
%32.12

CMYK Percentages of Color #fdfcef

%0
%0
%6
%1

Triadic Colors of #fdfcef

#fdfcef #effdfc #fceffd

Analogous Colors of #fdfcef

#fdfcef #f7fdef #fdf5ef

Monochromatic Colors of #fdfcef

#fdfcef

Complementary Color

#fdfcef #eff0fd

#fdfcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfcef Color CSS Codes

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

#fdfcef Text Font Color

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

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


#fdfcef Background Color

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

This div background color is #fdfcef


#fdfcef Border Color

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

This div border color is #fdfcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfcef

Related Colors


Comments

No comments written yet.

Please login to write comment.