Color Hex Logo

#fdfeed Color Hex

#FDFEED
(253,254,237)
0 Favorites   0 Comments

Color spaces of #fdfeed

RGB 253254237
HSL0.180.890.96
HSV64°100°
CMYK 0.000.000.07   0.00
XYZ91.235997.880794.2050
Yxy97.88070.32200.3455
Hunter Lab98.9347-8.526012.7987
CIE-Lab99.1747-3.21688.0011

#fdfeed color RGB value is (253,254,237).

#fdfeed hex color red value is 253, green value is 254 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fdfeed hue: 0.18 , saturation: 0.89 and the lightness value of fdfeed is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11101101
Octal 375 376 355
Decimal 253 254 237
Hex FD FE ED

RGB Percentages of Color #fdfeed

%34.01
%34.14
%31.85

CMYK Percentages of Color #fdfeed

%0
%0
%7
%0

Triadic Colors of #fdfeed

#fdfeed #edfdfe #feedfd

Analogous Colors of #fdfeed

#fdfeed #f5feed #fef7ed

Monochromatic Colors of #fdfeed

#fdfeed

Complementary Color

#fdfeed #eeedfe

#fdfeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfeed Color CSS Codes

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

#fdfeed Text Font Color

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

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


#fdfeed Background Color

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

This div background color is #fdfeed


#fdfeed Border Color

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

This div border color is #fdfeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfeed

Related Colors


Comments

No comments written yet.

Please login to write comment.