Color Hex Logo

#f8fded Color Hex

#F8FDED
(248,253,237)
0 Favorites   0 Comments

Color spaces of #f8fded

RGB 248253237
HSL0.220.800.96
HSV79°99°
CMYK 0.020.000.06   0.01
XYZ89.122796.321494.0154
Yxy96.32140.31890.3447
Hunter Lab98.1435-9.657711.9043
CIE-Lab98.5598-4.40437.0689

#f8fded color RGB value is (248,253,237).

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

The process color (four color CMYK) of #f8fded color hex is 0.02, 0.00, 0.06, 0.01. Web safe color of #f8fded is #ffffff. Color #f8fded contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11111101 11101101
Octal 370 375 355
Decimal 248 253 237
Hex F8 FD ED

RGB Percentages of Color #f8fded

%33.60
%34.28
%32.11

CMYK Percentages of Color #f8fded

%2
%0
%6
%1

Triadic Colors of #f8fded

#f8fded #edf8fd #fdedf8

Analogous Colors of #f8fded

#f8fded #f0fded #fdfaed

Monochromatic Colors of #f8fded

#f8fded

Complementary Color

#f8fded #f2edfd

#f8fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8fded Color CSS Codes

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

#f8fded Text Font Color

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

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


#f8fded Background Color

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

This div background color is #f8fded


#f8fded Border Color

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

This div border color is #f8fded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,253,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 #f8fded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8fded

Related Colors


Comments

No comments written yet.

Please login to write comment.