Color Hex Logo

#f0baaa Color Hex

#F0BAAA
(240,186,170)
0 Favorites   0 Comments

Color spaces of #f0baaa

RGB 240186170
HSL0.040.700.80
HSV14°29°94°
CMYK 0.000.230.29   0.06
XYZ60.749856.545445.7427
Yxy56.54540.37260.3468
Hunter Lab75.196712.612216.5711
CIE-Lab79.923217.235115.5945

#f0baaa color RGB value is (240,186,170).

#f0baaa hex color red value is 240, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f0baaa hue: 0.04 , saturation: 0.70 and the lightness value of f0baaa is 0.80.

The process color (four color CMYK) of #f0baaa color hex is 0.00, 0.23, 0.29, 0.06. Web safe color of #f0baaa is #ffcc99. Color #f0baaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111010 10101010
Octal 360 272 252
Decimal 240 186 170
Hex F0 BA AA

RGB Percentages of Color #f0baaa

%40.27
%31.21
%28.52

CMYK Percentages of Color #f0baaa

%0
%23
%29
%6

Triadic Colors of #f0baaa

#f0baaa #aaf0ba #baaaf0

Analogous Colors of #f0baaa

#f0baaa #f0ddaa #f0aabd

Monochromatic Colors of #f0baaa

#f0baaa

Complementary Color

#f0baaa #aae0f0

#f0baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0baaa Color CSS Codes

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

#f0baaa Text Font Color

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

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


#f0baaa Background Color

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

This div background color is #f0baaa


#f0baaa Border Color

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

This div border color is #f0baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0baaa


Comments

No comments written yet.

Please login to write comment.