Color Hex Logo

#f0bbeb Color Hex

#F0BBEB
(240,187,235)
0 Favorites   0 Comments

Color spaces of #f0bbeb

RGB 240187235
HSL0.850.640.84
HSV306°22°94°
CMYK 0.000.220.02   0.06
XYZ68.700960.064186.5699
Yxy60.06410.31900.2789
Hunter Lab77.501022.6048-11.9772
CIE-Lab81.873026.8562-16.5350

#f0bbeb color RGB value is (240,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111011 11101011
Octal 360 273 353
Decimal 240 187 235
Hex F0 BB EB

RGB Percentages of Color #f0bbeb

%36.25
%28.25
%35.50

CMYK Percentages of Color #f0bbeb

%0
%22
%2
%6

Triadic Colors of #f0bbeb

#f0bbeb #ebf0bb #bbebf0

Analogous Colors of #f0bbeb

#f0bbeb #f0bbd1 #dbbbf0

Monochromatic Colors of #f0bbeb

#f0bbeb

Complementary Color

#f0bbeb #bbf0c0

#f0bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bbeb Color CSS Codes

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

#f0bbeb Text Font Color

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

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


#f0bbeb Background Color

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

This div background color is #f0bbeb


#f0bbeb Border Color

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

This div border color is #f0bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bbeb


Comments

No comments written yet.

Please login to write comment.