Color Hex Logo

#fdfee5 Color Hex

#FDFEE5
(253,254,229)
0 Favorites   0 Comments

Color spaces of #fdfee5

RGB 253254229
HSL0.170.930.95
HSV62°10°100°
CMYK 0.000.000.10   0.00
XYZ90.092797.423488.1849
Yxy97.42340.32680.3534
Hunter Lab98.7033-9.802616.1206
CIE-Lab98.9950-4.511211.8406

#fdfee5 color RGB value is (253,254,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11100101
Octal 375 376 345
Decimal 253 254 229
Hex FD FE E5

RGB Percentages of Color #fdfee5

%34.38
%34.51
%31.11

CMYK Percentages of Color #fdfee5

%0
%0
%10
%0

Triadic Colors of #fdfee5

#fdfee5 #e5fdfe #fee5fd

Analogous Colors of #fdfee5

#fdfee5 #f1fee5 #fef3e5

Monochromatic Colors of #fdfee5

#fdfee5

Complementary Color

#fdfee5 #e6e5fe

#fdfee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfee5 Color CSS Codes

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

#fdfee5 Text Font Color

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

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


#fdfee5 Background Color

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

This div background color is #fdfee5


#fdfee5 Border Color

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

This div border color is #fdfee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfee5

Related Colors


Comments

No comments written yet.

Please login to write comment.