Color Hex Logo

#fff8db Color Hex

#FFF8DB
(255,248,219)
0 Favorites   0 Comments

Color spaces of #fff8db

RGB 255248219
HSL0.131.000.93
HSV48°14°100°
CMYK 0.000.030.14   0.00
XYZ87.593693.509380.4503
Yxy93.50930.33490.3575
Hunter Lab96.7002-7.535318.3635
CIE-Lab97.4339-2.366314.7671

#fff8db color RGB value is (255,248,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111000 11011011
Octal 377 370 333
Decimal 255 248 219
Hex FF F8 DB

RGB Percentages of Color #fff8db

%35.32
%34.35
%30.33

CMYK Percentages of Color #fff8db

%0
%3
%14
%0

Triadic Colors of #fff8db

#fff8db #dbfff8 #f8dbff

Analogous Colors of #fff8db

#fff8db #f4ffdb #ffe6db

Monochromatic Colors of #fff8db

#fff8db

Complementary Color

#fff8db #dbe2ff

#fff8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff8db Color CSS Codes

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

#fff8db Text Font Color

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

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


#fff8db Background Color

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

This div background color is #fff8db


#fff8db Border Color

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

This div border color is #fff8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff8db

Related Colors


Comments

No comments written yet.

Please login to write comment.