Color Hex Logo

#f8fddc Color Hex

#F8FDDC
(248,253,220)
0 Favorites   0 Comments

Color spaces of #f8fddc

RGB 248253220
HSL0.190.890.93
HSV69°13°99°
CMYK 0.020.000.13   0.01
XYZ86.754995.374381.5468
Yxy95.37430.32900.3617
Hunter Lab97.6598-12.336218.8541
CIE-Lab98.1831-7.153415.2410

#f8fddc color RGB value is (248,253,220).

#f8fddc hex color red value is 248, green value is 253 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f8fddc hue: 0.19 , saturation: 0.89 and the lightness value of f8fddc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11111101 11011100
Octal 370 375 334
Decimal 248 253 220
Hex F8 FD DC

RGB Percentages of Color #f8fddc

%34.40
%35.09
%30.51

CMYK Percentages of Color #f8fddc

%2
%0
%13
%1

Triadic Colors of #f8fddc

#f8fddc #dcf8fd #fddcf8

Analogous Colors of #f8fddc

#f8fddc #e8fddc #fdf2dc

Monochromatic Colors of #f8fddc

#f8fddc

Complementary Color

#f8fddc #e1dcfd

#f8fddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8fddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8fddc Color CSS Codes

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

#f8fddc Text Font Color

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

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


#f8fddc Background Color

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

This div background color is #f8fddc


#f8fddc Border Color

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

This div border color is #f8fddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8fddc


Comments

No comments written yet.

Please login to write comment.