Color Hex Logo

#f8fede Color Hex

#F8FEDE
(248,254,222)
0 Favorites   0 Comments

Color spaces of #f8fede

RGB 248254222
HSL0.200.940.93
HSV71°13°100°
CMYK 0.020.000.13   0.00
XYZ87.338096.114083.0559
Yxy96.11400.32770.3606
Hunter Lab98.0377-12.547418.3970
CIE-Lab98.4775-7.338314.6351

#f8fede color RGB value is (248,254,222).

#f8fede hex color red value is 248, green value is 254 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f8fede hue: 0.20 , saturation: 0.94 and the lightness value of f8fede is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11111110 11011110
Octal 370 376 336
Decimal 248 254 222
Hex F8 FE DE

RGB Percentages of Color #f8fede

%34.25
%35.08
%30.66

CMYK Percentages of Color #f8fede

%2
%0
%13
%0

Triadic Colors of #f8fede

#f8fede #def8fe #fedef8

Analogous Colors of #f8fede

#f8fede #e8fede #fef4de

Monochromatic Colors of #f8fede

#f8fede

Complementary Color

#f8fede #e4defe

#f8fede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8fede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8fede Color CSS Codes

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

#f8fede Text Font Color

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

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


#f8fede Background Color

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

This div background color is #f8fede


#f8fede Border Color

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

This div border color is #f8fede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8fede

Related Colors

#f8fede Color Palettes


Comments

No comments written yet.

Please login to write comment.