Color Hex Logo

#f0bbed Color Hex

#F0BBED
(240,187,237)
0 Favorites   0 Comments

Color spaces of #f0bbed

RGB 240187237
HSL0.840.640.84
HSV303°22°94°
CMYK 0.000.220.01   0.06
XYZ68.991660.180388.1005
Yxy60.18030.31750.2770
Hunter Lab77.576022.9897-13.0306
CIE-Lab81.936127.2164-17.5118

#f0bbed color RGB value is (240,187,237).

#f0bbed hex color red value is 240, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f0bbed hue: 0.84 , saturation: 0.64 and the lightness value of f0bbed is 0.84.

The process color (four color CMYK) of #f0bbed color hex is 0.00, 0.22, 0.01, 0.06. Web safe color of #f0bbed is #ffccff. Color #f0bbed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111011 11101101
Octal 360 273 355
Decimal 240 187 237
Hex F0 BB ED

RGB Percentages of Color #f0bbed

%36.14
%28.16
%35.69

CMYK Percentages of Color #f0bbed

%0
%22
%1
%6

Triadic Colors of #f0bbed

#f0bbed #edf0bb #bbedf0

Analogous Colors of #f0bbed

#f0bbed #f0bbd3 #d9bbf0

Monochromatic Colors of #f0bbed

#f0bbed

Complementary Color

#f0bbed #bbf0be

#f0bbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bbed Color CSS Codes

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

#f0bbed Text Font Color

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

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


#f0bbed Background Color

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

This div background color is #f0bbed


#f0bbed Border Color

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

This div border color is #f0bbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bbed


Comments

No comments written yet.

Please login to write comment.