Color Hex Logo

#f0baca Color Hex

#F0BACA
(240,186,202)
0 Favorites   0 Comments

Color spaces of #f0baca

RGB 240186202
HSL0.950.640.84
HSV342°23°94°
CMYK 0.000.230.16   0.06
XYZ64.154857.907363.6730
Yxy57.90730.34540.3118
Hunter Lab76.096817.31813.6577
CIE-Lab80.687221.8430-0.5462

#f0baca color RGB value is (240,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111010 11001010
Octal 360 272 312
Decimal 240 186 202
Hex F0 BA CA

RGB Percentages of Color #f0baca

%38.22
%29.62
%32.17

CMYK Percentages of Color #f0baca

%0
%23
%16
%6

Triadic Colors of #f0baca

#f0baca #caf0ba #bacaf0

Analogous Colors of #f0baca

#f0baca #f0c5ba #f0bae5

Monochromatic Colors of #f0baca

#f0baca

Complementary Color

#f0baca #baf0e0

#f0baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0baca Color CSS Codes

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

#f0baca Text Font Color

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

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


#f0baca Background Color

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

This div background color is #f0baca


#f0baca Border Color

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

This div border color is #f0baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0baca


Comments

No comments written yet.

Please login to write comment.