Color Hex Logo

#f0bafc Color Hex

#F0BAFC
(240,186,252)
0 Favorites   0 Comments

Color spaces of #f0bafc

RGB 240186252
HSL0.800.920.86
HSV289°26°99°
CMYK 0.050.260.00   0.01
XYZ71.064860.6714100.0607
Yxy60.67140.30660.2617
Hunter Lab77.891826.5441-21.6403
CIE-Lab82.201830.5279-25.1321

#f0bafc color RGB value is (240,186,252).

#f0bafc hex color red value is 240, green value is 186 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f0bafc hue: 0.80 , saturation: 0.92 and the lightness value of f0bafc is 0.86.

The process color (four color CMYK) of #f0bafc color hex is 0.05, 0.26, 0.00, 0.01. Web safe color of #f0bafc is #ffccff. Color #f0bafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111010 11111100
Octal 360 272 374
Decimal 240 186 252
Hex F0 BA FC

RGB Percentages of Color #f0bafc

%35.40
%27.43
%37.17

CMYK Percentages of Color #f0bafc

%5
%26
%0
%1

Triadic Colors of #f0bafc

#f0bafc #fcf0ba #bafcf0

Analogous Colors of #f0bafc

#f0bafc #fcbae7 #cfbafc

Monochromatic Colors of #f0bafc

#f0bafc

Complementary Color

#f0bafc #c6fcba

#f0bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bafc Color CSS Codes

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

#f0bafc Text Font Color

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

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


#f0bafc Background Color

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

This div background color is #f0bafc


#f0bafc Border Color

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

This div border color is #f0bafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bafc


Comments

No comments written yet.

Please login to write comment.