Color Hex Logo

#fdfed8 Color Hex

#FDFED8
(253,254,216)
0 Favorites   0 Comments

Color spaces of #fdfed8

RGB 253254216
HSL0.170.950.92
HSV62°15°100°
CMYK 0.000.000.15   0.00
XYZ88.344596.724178.9791
Yxy96.72410.33460.3663
Hunter Lab98.3484-11.766621.2308
CIE-Lab98.7192-6.520018.0921

#fdfed8 color RGB value is (253,254,216).

#fdfed8 hex color red value is 253, green value is 254 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #fdfed8 hue: 0.17 , saturation: 0.95 and the lightness value of fdfed8 is 0.92.

The process color (four color CMYK) of #fdfed8 color hex is 0.00, 0.00, 0.15, 0.00. Web safe color of #fdfed8 is #ffffcc. Color #fdfed8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11011000
Octal 375 376 330
Decimal 253 254 216
Hex FD FE D8

RGB Percentages of Color #fdfed8

%34.99
%35.13
%29.88

CMYK Percentages of Color #fdfed8

%0
%0
%15
%0

Triadic Colors of #fdfed8

#fdfed8 #d8fdfe #fed8fd

Analogous Colors of #fdfed8

#fdfed8 #eafed8 #feecd8

Monochromatic Colors of #fdfed8

#fdfed8

Complementary Color

#fdfed8 #d9d8fe

#fdfed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfed8 Color CSS Codes

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

#fdfed8 Text Font Color

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

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


#fdfed8 Background Color

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

This div background color is #fdfed8


#fdfed8 Border Color

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

This div border color is #fdfed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfed8

Related Colors


Comments

No comments written yet.

Please login to write comment.