Color Hex Logo

#f0baed Color Hex

#F0BAED
(240,186,237)
0 Favorites   0 Comments

Color spaces of #f0baed

RGB 240186237
HSL0.840.640.84
HSV303°23°94°
CMYK 0.000.230.01   0.06
XYZ68.780159.757588.0300
Yxy59.75750.31760.2759
Hunter Lab77.303023.5397-13.4054
CIE-Lab81.706227.7476-17.8585

#f0baed color RGB value is (240,186,237).

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

The process color (four color CMYK) of #f0baed color hex is 0.00, 0.23, 0.01, 0.06. Web safe color of #f0baed is #ffccff. Color #f0baed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111010 11101101
Octal 360 272 355
Decimal 240 186 237
Hex F0 BA ED

RGB Percentages of Color #f0baed

%36.20
%28.05
%35.75

CMYK Percentages of Color #f0baed

%0
%23
%1
%6

Triadic Colors of #f0baed

#f0baed #edf0ba #baedf0

Analogous Colors of #f0baed

#f0baed #f0bad2 #d8baf0

Monochromatic Colors of #f0baed

#f0baed

Complementary Color

#f0baed #baf0bd

#f0baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0baed Color CSS Codes

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

#f0baed Text Font Color

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

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


#f0baed Background Color

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

This div background color is #f0baed


#f0baed Border Color

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

This div border color is #f0baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0baed


Comments

No comments written yet.

Please login to write comment.