Color Hex Logo

#f0befb Color Hex

#F0BEFB
(240,190,251)
0 Favorites   0 Comments

Color spaces of #f0befb

RGB 240190251
HSL0.800.880.86
HSV289°24°98°
CMYK 0.040.240.00   0.02
XYZ71.761262.317299.5130
Yxy62.31720.30720.2668
Hunter Lab78.941224.1175-19.4819
CIE-Lab83.081828.2121-23.2593

#f0befb color RGB value is (240,190,251).

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

The process color (four color CMYK) of #f0befb color hex is 0.04, 0.24, 0.00, 0.02. Web safe color of #f0befb is #ffccff. Color #f0befb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111110 11111011
Octal 360 276 373
Decimal 240 190 251
Hex F0 BE FB

RGB Percentages of Color #f0befb

%35.24
%27.90
%36.86

CMYK Percentages of Color #f0befb

%4
%24
%0
%2

Triadic Colors of #f0befb

#f0befb #fbf0be #befbf0

Analogous Colors of #f0befb

#f0befb #fbbee8 #d2befb

Monochromatic Colors of #f0befb

#f0befb

Complementary Color

#f0befb #c9fbbe

#f0befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0befb Color CSS Codes

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

#f0befb Text Font Color

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

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


#f0befb Background Color

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

This div background color is #f0befb


#f0befb Border Color

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

This div border color is #f0befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0befb

Related Colors


Comments

No comments written yet.

Please login to write comment.