Color Hex Logo

#f8daca Color Hex

#F8DACA
(248,218,202)
0 Favorites   0 Comments

Color spaces of #f8daca

RGB 248218202
HSL0.060.770.88
HSV21°19°97°
CMYK 0.000.120.19   0.03
XYZ74.443574.363566.3071
Yxy74.36350.34610.3457
Hunter Lab86.23433.183814.7748
CIE-Lab89.09407.900911.6730

#f8daca color RGB value is (248,218,202).

#f8daca hex color red value is 248, green value is 218 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f8daca hue: 0.06 , saturation: 0.77 and the lightness value of f8daca is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011010 11001010
Octal 370 332 312
Decimal 248 218 202
Hex F8 DA CA

RGB Percentages of Color #f8daca

%37.13
%32.63
%30.24

CMYK Percentages of Color #f8daca

%0
%12
%19
%3

Triadic Colors of #f8daca

#f8daca #caf8da #dacaf8

Analogous Colors of #f8daca

#f8daca #f8f1ca #f8cad1

Monochromatic Colors of #f8daca

#f8daca

Complementary Color

#f8daca #cae8f8

#f8daca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8daca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8daca Color CSS Codes

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

#f8daca Text Font Color

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

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


#f8daca Background Color

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

This div background color is #f8daca


#f8daca Border Color

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

This div border color is #f8daca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8daca

#f8daca Color Palettes


Comments

No comments written yet.

Please login to write comment.