Color Hex Logo

#f8badd Color Hex

#F8BADD
(248,186,221)
0 Favorites   0 Comments

Color spaces of #f8badd

RGB 248186221
HSL0.910.820.85
HSV326°25°97°
CMYK 0.000.250.11   0.03
XYZ69.321560.294776.3910
Yxy60.29470.33650.2927
Hunter Lab77.649723.4684-3.9742
CIE-Lab81.998127.6641-8.7527

#f8badd color RGB value is (248,186,221).

#f8badd hex color red value is 248, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f8badd hue: 0.91 , saturation: 0.82 and the lightness value of f8badd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111010 11011101
Octal 370 272 335
Decimal 248 186 221
Hex F8 BA DD

RGB Percentages of Color #f8badd

%37.86
%28.40
%33.74

CMYK Percentages of Color #f8badd

%0
%25
%11
%3

Triadic Colors of #f8badd

#f8badd #ddf8ba #baddf8

Analogous Colors of #f8badd

#f8badd #f8babe #f4baf8

Monochromatic Colors of #f8badd

#f8badd

Complementary Color

#f8badd #baf8d5

#f8badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8badd Color CSS Codes

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

#f8badd Text Font Color

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

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


#f8badd Background Color

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

This div background color is #f8badd


#f8badd Border Color

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

This div border color is #f8badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8badd


Comments

No comments written yet.

Please login to write comment.