Color Hex Logo

#f0bfbf Color Hex

#F0BFBF
(240,191,191)
0 Favorites   0 Comments

Color spaces of #f0bfbf

RGB 240191191
HSL0.000.620.85
HSV20°94°
CMYK 0.000.200.20   0.06
XYZ63.970059.548557.4126
Yxy59.54850.35360.3291
Hunter Lab77.167712.92849.9057
CIE-Lab81.592217.52096.6855

#f0bfbf color RGB value is (240,191,191).

#f0bfbf hex color red value is 240, green value is 191 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f0bfbf hue: 0.00 , saturation: 0.62 and the lightness value of f0bfbf is 0.85.

The process color (four color CMYK) of #f0bfbf color hex is 0.00, 0.20, 0.20, 0.06. Web safe color of #f0bfbf is #ffcccc. Color #f0bfbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111111 10111111
Octal 360 277 277
Decimal 240 191 191
Hex F0 BF BF

RGB Percentages of Color #f0bfbf

%38.59
%30.71
%30.71

CMYK Percentages of Color #f0bfbf

%0
%20
%20
%6

Triadic Colors of #f0bfbf

#f0bfbf #bff0bf #bfbff0

Analogous Colors of #f0bfbf

#f0bfbf #f0d8bf #f0bfd8

Monochromatic Colors of #f0bfbf

#f0bfbf

Complementary Color

#f0bfbf #bff0f0

#f0bfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bfbf Color CSS Codes

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

#f0bfbf Text Font Color

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

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


#f0bfbf Background Color

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

This div background color is #f0bfbf


#f0bfbf Border Color

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

This div border color is #f0bfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bfbf


Comments

No comments written yet.

Please login to write comment.