Color Hex Logo

#f0b0ba Color Hex

#F0B0BA
(240,176,186)
0 Favorites   0 Comments

Color spaces of #f0b0ba

RGB 240176186
HSL0.970.680.82
HSV351°27°94°
CMYK 0.000.270.23   0.06
XYZ60.323453.121153.5284
Yxy53.12110.36130.3181
Hunter Lab72.884220.19007.4746
CIE-Lab77.946424.74574.1290

#f0b0ba color RGB value is (240,176,186).

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

The process color (four color CMYK) of #f0b0ba color hex is 0.00, 0.27, 0.23, 0.06. Web safe color of #f0b0ba is #ff99cc. Color #f0b0ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10110000 10111010
Octal 360 260 272
Decimal 240 176 186
Hex F0 B0 BA

RGB Percentages of Color #f0b0ba

%39.87
%29.24
%30.90

CMYK Percentages of Color #f0b0ba

%0
%27
%23
%6

Triadic Colors of #f0b0ba

#f0b0ba #baf0b0 #b0baf0

Analogous Colors of #f0b0ba

#f0b0ba #f0c6b0 #f0b0da

Monochromatic Colors of #f0b0ba

#f0b0ba

Complementary Color

#f0b0ba #b0f0e6

#f0b0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0b0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0b0ba Color CSS Codes

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

#f0b0ba Text Font Color

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

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


#f0b0ba Background Color

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

This div background color is #f0b0ba


#f0b0ba Border Color

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

This div border color is #f0b0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0b0ba


Comments

No comments written yet.

Please login to write comment.