Color Hex Logo

#f8daaf Color Hex

#F8DAAF
(248,218,175)
0 Favorites   0 Comments

Color spaces of #f8daaf

RGB 248218175
HSL0.100.840.83
HSV35°29°97°
CMYK 0.000.120.29   0.03
XYZ71.520773.194450.9158
Yxy73.19440.36560.3741
Hunter Lab85.5537-0.497624.6022
CIE-Lab88.54034.174825.0054

#f8daaf color RGB value is (248,218,175).

#f8daaf hex color red value is 248, green value is 218 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f8daaf hue: 0.10 , saturation: 0.84 and the lightness value of f8daaf is 0.83.

The process color (four color CMYK) of #f8daaf color hex is 0.00, 0.12, 0.29, 0.03. Web safe color of #f8daaf is #ffcc99. Color #f8daaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011010 10101111
Octal 370 332 257
Decimal 248 218 175
Hex F8 DA AF

RGB Percentages of Color #f8daaf

%38.69
%34.01
%27.30

CMYK Percentages of Color #f8daaf

%0
%12
%29
%3

Triadic Colors of #f8daaf

#f8daaf #aff8da #daaff8

Analogous Colors of #f8daaf

#f8daaf #f2f8af #f8b6af

Monochromatic Colors of #f8daaf

#f8daaf

Complementary Color

#f8daaf #afcdf8

#f8daaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8daaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8daaf Color CSS Codes

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

#f8daaf Text Font Color

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

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


#f8daaf Background Color

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

This div background color is #f8daaf


#f8daaf Border Color

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

This div border color is #f8daaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8daaf


Comments

No comments written yet.

Please login to write comment.