Color Hex Logo

#f8dabf Color Hex

#F8DABF
(248,218,191)
0 Favorites   0 Comments

Color spaces of #f8dabf

RGB 248218191
HSL0.080.800.86
HSV28°23°97°
CMYK 0.000.120.23   0.03
XYZ73.186873.860959.6894
Yxy73.86090.35400.3573
Hunter Lab85.94241.607918.9811
CIE-Lab88.85676.315617.1024

#f8dabf color RGB value is (248,218,191).

#f8dabf hex color red value is 248, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f8dabf hue: 0.08 , saturation: 0.80 and the lightness value of f8dabf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011010 10111111
Octal 370 332 277
Decimal 248 218 191
Hex F8 DA BF

RGB Percentages of Color #f8dabf

%37.75
%33.18
%29.07

CMYK Percentages of Color #f8dabf

%0
%12
%23
%3

Triadic Colors of #f8dabf

#f8dabf #bff8da #dabff8

Analogous Colors of #f8dabf

#f8dabf #f8f7bf #f8bfc1

Monochromatic Colors of #f8dabf

#f8dabf

Complementary Color

#f8dabf #bfddf8

#f8dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8dabf Color CSS Codes

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

#f8dabf Text Font Color

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

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


#f8dabf Background Color

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

This div background color is #f8dabf


#f8dabf Border Color

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

This div border color is #f8dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8dabf


Comments

No comments written yet.

Please login to write comment.