Color Hex Logo

#f8dacc Color Hex

#F8DACC
(248,218,204)
0 Favorites   0 Comments

Color spaces of #f8dacc

RGB 248218204
HSL0.050.760.89
HSV19°18°97°
CMYK 0.000.120.18   0.03
XYZ74.681974.458967.5626
Yxy74.45890.34460.3436
Hunter Lab86.28963.481413.9801
CIE-Lab89.13898.198810.6872

#f8dacc color RGB value is (248,218,204).

#f8dacc hex color red value is 248, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f8dacc hue: 0.05 , saturation: 0.76 and the lightness value of f8dacc is 0.89.

The process color (four color CMYK) of #f8dacc color hex is 0.00, 0.12, 0.18, 0.03. Web safe color of #f8dacc is #ffcccc. Color #f8dacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011010 11001100
Octal 370 332 314
Decimal 248 218 204
Hex F8 DA CC

RGB Percentages of Color #f8dacc

%37.01
%32.54
%30.45

CMYK Percentages of Color #f8dacc

%0
%12
%18
%3

Triadic Colors of #f8dacc

#f8dacc #ccf8da #daccf8

Analogous Colors of #f8dacc

#f8dacc #f8f0cc #f8ccd4

Monochromatic Colors of #f8dacc

#f8dacc

Complementary Color

#f8dacc #cceaf8

#f8dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8dacc Color CSS Codes

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

#f8dacc Text Font Color

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

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


#f8dacc Background Color

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

This div background color is #f8dacc


#f8dacc Border Color

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

This div border color is #f8dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8dacc


Comments

No comments written yet.

Please login to write comment.