Color Hex Logo

#f0bbb0 Color Hex

#F0BBB0
(240,187,176)
0 Favorites   0 Comments

Color spaces of #f0bbb0

RGB 240187176
HSL0.030.680.82
HSV10°27°94°
CMYK 0.000.220.27   0.06
XYZ61.542057.200548.8715
Yxy57.20050.36720.3413
Hunter Lab75.631012.893614.6295
CIE-Lab80.292217.508612.8905

#f0bbb0 color RGB value is (240,187,176).

#f0bbb0 hex color red value is 240, green value is 187 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #f0bbb0 hue: 0.03 , saturation: 0.68 and the lightness value of f0bbb0 is 0.82.

The process color (four color CMYK) of #f0bbb0 color hex is 0.00, 0.22, 0.27, 0.06. Web safe color of #f0bbb0 is #ffcc99. Color #f0bbb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111011 10110000
Octal 360 273 260
Decimal 240 187 176
Hex F0 BB B0

RGB Percentages of Color #f0bbb0

%39.80
%31.01
%29.19

CMYK Percentages of Color #f0bbb0

%0
%22
%27
%6

Triadic Colors of #f0bbb0

#f0bbb0 #b0f0bb #bbb0f0

Analogous Colors of #f0bbb0

#f0bbb0 #f0dbb0 #f0b0c5

Monochromatic Colors of #f0bbb0

#f0bbb0

Complementary Color

#f0bbb0 #b0e5f0

#f0bbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bbb0 Color CSS Codes

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

#f0bbb0 Text Font Color

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

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


#f0bbb0 Background Color

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

This div background color is #f0bbb0


#f0bbb0 Border Color

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

This div border color is #f0bbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bbb0


Comments

No comments written yet.

Please login to write comment.