Color Hex Logo

#f8ebde Color Hex

#F8EBDE
(248,235,222)
0 Favorites   0 Comments

Color spaces of #f8ebde

RGB 248235222
HSL0.080.650.92
HSV30°10°97°
CMYK 0.000.050.10   0.03
XYZ81.604584.647081.1447
Yxy84.64700.32990.3422
Hunter Lab92.0038-2.682712.1106
CIE-Lab93.73082.24307.8637

#f8ebde color RGB value is (248,235,222).

#f8ebde hex color red value is 248, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f8ebde hue: 0.08 , saturation: 0.65 and the lightness value of f8ebde is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11101011 11011110
Octal 370 353 336
Decimal 248 235 222
Hex F8 EB DE

RGB Percentages of Color #f8ebde

%35.18
%33.33
%31.49

CMYK Percentages of Color #f8ebde

%0
%5
%10
%3

Triadic Colors of #f8ebde

#f8ebde #def8eb #ebdef8

Analogous Colors of #f8ebde

#f8ebde #f8f8de #f8dede

Monochromatic Colors of #f8ebde

#f8ebde

Complementary Color

#f8ebde #deebf8

#f8ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8ebde Color CSS Codes

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

#f8ebde Text Font Color

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

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


#f8ebde Background Color

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

This div background color is #f8ebde


#f8ebde Border Color

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

This div border color is #f8ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8ebde

#f8ebde Color Palettes


Comments

No comments written yet.

Please login to write comment.