Color Hex Logo

#f8bada Color Hex

#F8BADA
(248,186,218)
0 Favorites   0 Comments

Color spaces of #f8bada

RGB 248186218
HSL0.910.820.85
HSV329°25°97°
CMYK 0.000.250.12   0.03
XYZ68.925260.136274.3044
Yxy60.13620.33890.2957
Hunter Lab77.547522.9448-2.5271
CIE-Lab81.912227.1753-7.2679

#f8bada color RGB value is (248,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111010 11011010
Octal 370 272 332
Decimal 248 186 218
Hex F8 BA DA

RGB Percentages of Color #f8bada

%38.04
%28.53
%33.44

CMYK Percentages of Color #f8bada

%0
%25
%12
%3

Triadic Colors of #f8bada

#f8bada #daf8ba #badaf8

Analogous Colors of #f8bada

#f8bada #f8babb #f7baf8

Monochromatic Colors of #f8bada

#f8bada

Complementary Color

#f8bada #baf8d8

#f8bada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bada Color CSS Codes

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

#f8bada Text Font Color

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

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


#f8bada Background Color

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

This div background color is #f8bada


#f8bada Border Color

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

This div border color is #f8bada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bada


Comments

No comments written yet.

Please login to write comment.