Color Hex Logo

#f0baee Color Hex

#F0BAEE
(240,186,238)
0 Favorites   0 Comments

Color spaces of #f0baee

RGB 240186238
HSL0.840.640.84
HSV302°23°94°
CMYK 0.000.230.01   0.06
XYZ68.926759.816188.8018
Yxy59.81610.31680.2750
Hunter Lab77.340923.7339-13.9374
CIE-Lab81.738127.9287-18.3464

#f0baee color RGB value is (240,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111010 11101110
Octal 360 272 356
Decimal 240 186 238
Hex F0 BA EE

RGB Percentages of Color #f0baee

%36.14
%28.01
%35.84

CMYK Percentages of Color #f0baee

%0
%23
%1
%6

Triadic Colors of #f0baee

#f0baee #eef0ba #baeef0

Analogous Colors of #f0baee

#f0baee #f0bad3 #d7baf0

Monochromatic Colors of #f0baee

#f0baee

Complementary Color

#f0baee #baf0bc

#f0baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0baee Color CSS Codes

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

#f0baee Text Font Color

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

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


#f0baee Background Color

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

This div background color is #f0baee


#f0baee Border Color

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

This div border color is #f0baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0baee

Related Colors


Comments

No comments written yet.

Please login to write comment.