Color Hex Logo

#f0babd Color Hex

#F0BABD
(240,186,189)
0 Favorites   0 Comments

Color spaces of #f0babd

RGB 240186189
HSL0.990.640.84
HSV357°23°94°
CMYK 0.000.230.21   0.06
XYZ62.679457.317255.9039
Yxy57.31720.35630.3259
Hunter Lab75.708115.29259.2152
CIE-Lab80.357719.87515.9850

#f0babd color RGB value is (240,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111010 10111101
Octal 360 272 275
Decimal 240 186 189
Hex F0 BA BD

RGB Percentages of Color #f0babd

%39.02
%30.24
%30.73

CMYK Percentages of Color #f0babd

%0
%23
%21
%6

Triadic Colors of #f0babd

#f0babd #bdf0ba #babdf0

Analogous Colors of #f0babd

#f0babd #f0d2ba #f0bad8

Monochromatic Colors of #f0babd

#f0babd

Complementary Color

#f0babd #baf0ed

#f0babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0babd Color CSS Codes

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

#f0babd Text Font Color

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

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


#f0babd Background Color

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

This div background color is #f0babd


#f0babd Border Color

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

This div border color is #f0babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0babd


Comments

No comments written yet.

Please login to write comment.