Color Hex Logo

#f8ffdc Color Hex

#F8FFDC
(248,255,220)
1 Favorites   0 Comments

Color spaces of #f8ffdc

RGB 248255220
HSL0.201.000.93
HSV72°14°100°
CMYK 0.030.000.14   0.00
XYZ87.389796.643881.7583
Yxy96.64380.32880.3636
Hunter Lab98.3076-13.362219.5063
CIE-Lab98.6875-8.147415.9538

#f8ffdc color RGB value is (248,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11111111 11011100
Octal 370 377 334
Decimal 248 255 220
Hex F8 FF DC

RGB Percentages of Color #f8ffdc

%34.30
%35.27
%30.43

CMYK Percentages of Color #f8ffdc

%3
%0
%14
%0

Triadic Colors of #f8ffdc

#f8ffdc #dcf8ff #ffdcf8

Analogous Colors of #f8ffdc

#f8ffdc #e7ffdc #fff5dc

Monochromatic Colors of #f8ffdc

#f8ffdc

Complementary Color

#f8ffdc #e3dcff

#f8ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8ffdc Color CSS Codes

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

#f8ffdc Text Font Color

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

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


#f8ffdc Background Color

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

This div background color is #f8ffdc


#f8ffdc Border Color

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

This div border color is #f8ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8ffdc

Related Colors


Comments

No comments written yet.

Please login to write comment.