Color Hex Logo

#f8dbbb Color Hex

#F8DBBB
(248,219,187)
0 Favorites   0 Comments

Color spaces of #f8dbbb

RGB 248219187
HSL0.090.810.85
HSV31°25°97°
CMYK 0.000.120.25   0.03
XYZ73.012674.207457.4890
Yxy74.20740.35670.3625
Hunter Lab86.14370.539320.7327
CIE-Lab89.02045.246019.4212

#f8dbbb color RGB value is (248,219,187).

#f8dbbb hex color red value is 248, green value is 219 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f8dbbb hue: 0.09 , saturation: 0.81 and the lightness value of f8dbbb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011011 10111011
Octal 370 333 273
Decimal 248 219 187
Hex F8 DB BB

RGB Percentages of Color #f8dbbb

%37.92
%33.49
%28.59

CMYK Percentages of Color #f8dbbb

%0
%12
%25
%3

Triadic Colors of #f8dbbb

#f8dbbb #bbf8db #dbbbf8

Analogous Colors of #f8dbbb

#f8dbbb #f7f8bb #f8bdbb

Monochromatic Colors of #f8dbbb

#f8dbbb

Complementary Color

#f8dbbb #bbd8f8

#f8dbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8dbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8dbbb Color CSS Codes

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

#f8dbbb Text Font Color

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

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


#f8dbbb Background Color

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

This div background color is #f8dbbb


#f8dbbb Border Color

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

This div border color is #f8dbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8dbbb


Comments

No comments written yet.

Please login to write comment.