Color Hex Logo

#fdfef5 Color Hex

#FDFEF5
(253,254,245)
0 Favorites   0 Comments

Color spaces of #fdfef5

RGB 253254245
HSL0.190.820.98
HSV67°100°
CMYK 0.000.000.04   0.00
XYZ92.431398.3588100.4997
Yxy98.35880.31730.3377
Hunter Lab99.1760-7.19739.3419
CIE-Lab99.3619-1.87904.1704

#fdfef5 color RGB value is (253,254,245).

#fdfef5 hex color red value is 253, green value is 254 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #fdfef5 hue: 0.19 , saturation: 0.82 and the lightness value of fdfef5 is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11110101
Octal 375 376 365
Decimal 253 254 245
Hex FD FE F5

RGB Percentages of Color #fdfef5

%33.64
%33.78
%32.58

CMYK Percentages of Color #fdfef5

%0
%0
%4
%0

Triadic Colors of #fdfef5

#fdfef5 #f5fdfe #fef5fd

Analogous Colors of #fdfef5

#fdfef5 #f9fef5 #fefbf5

Monochromatic Colors of #fdfef5

#fdfef5

Complementary Color

#fdfef5 #f6f5fe

#fdfef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfef5 Color CSS Codes

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

#fdfef5 Text Font Color

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

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


#fdfef5 Background Color

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

This div background color is #fdfef5


#fdfef5 Border Color

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

This div border color is #fdfef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfef5

Related Colors

#fdfef5 Color Palettes


Comments

No comments written yet.

Please login to write comment.