Color Hex Logo

#f8f2dd Color Hex

#F8F2DD
(248,242,221)
0 Favorites   0 Comments

Color spaces of #f8f2dd

RGB 248242221
HSL0.130.660.92
HSV47°11°97°
CMYK 0.000.020.11   0.03
XYZ83.514788.681281.1221
Yxy88.68120.32970.3501
Hunter Lab94.1707-6.497114.8449
CIE-Lab95.4470-1.475110.8395

#f8f2dd color RGB value is (248,242,221).

#f8f2dd hex color red value is 248, green value is 242 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f8f2dd hue: 0.13 , saturation: 0.66 and the lightness value of f8f2dd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11110010 11011101
Octal 370 362 335
Decimal 248 242 221
Hex F8 F2 DD

RGB Percentages of Color #f8f2dd

%34.88
%34.04
%31.08

CMYK Percentages of Color #f8f2dd

%0
%2
%11
%3

Triadic Colors of #f8f2dd

#f8f2dd #ddf8f2 #f2ddf8

Analogous Colors of #f8f2dd

#f8f2dd #f1f8dd #f8e5dd

Monochromatic Colors of #f8f2dd

#f8f2dd

Complementary Color

#f8f2dd #dde3f8

#f8f2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8f2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8f2dd Color CSS Codes

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

#f8f2dd Text Font Color

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

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


#f8f2dd Background Color

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

This div background color is #f8f2dd


#f8f2dd Border Color

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

This div border color is #f8f2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8f2dd


Comments

No comments written yet.

Please login to write comment.