Color Hex Logo

#f0bcee Color Hex

#F0BCEE
(240,188,238)
0 Favorites   0 Comments

Color spaces of #f0bcee

RGB 240188238
HSL0.840.630.84
HSV302°22°94°
CMYK 0.000.220.01   0.06
XYZ69.351060.664888.9432
Yxy60.66480.31670.2771
Hunter Lab77.887622.6328-13.1845
CIE-Lab82.198226.8655-17.6522

#f0bcee color RGB value is (240,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111100 11101110
Octal 360 274 356
Decimal 240 188 238
Hex F0 BC EE

RGB Percentages of Color #f0bcee

%36.04
%28.23
%35.74

CMYK Percentages of Color #f0bcee

%0
%22
%1
%6

Triadic Colors of #f0bcee

#f0bcee #eef0bc #bceef0

Analogous Colors of #f0bcee

#f0bcee #f0bcd4 #d8bcf0

Monochromatic Colors of #f0bcee

#f0bcee

Complementary Color

#f0bcee #bcf0be

#f0bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bcee Color CSS Codes

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

#f0bcee Text Font Color

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

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


#f0bcee Background Color

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

This div background color is #f0bcee


#f0bcee Border Color

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

This div border color is #f0bcee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,188,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 #f0bcee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bcee


Comments

No comments written yet.

Please login to write comment.