Color Hex Logo

#f0bced Color Hex

#F0BCED
(240,188,237)
0 Favorites   0 Comments

Color spaces of #f0bced

RGB 240188237
HSL0.840.630.84
HSV303°22°94°
CMYK 0.000.220.01   0.06
XYZ69.204560.606188.1714
Yxy60.60610.31750.2780
Hunter Lab77.849922.4398-12.6558
CIE-Lab82.166526.6848-17.1645

#f0bced color RGB value is (240,188,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111100 11101101
Octal 360 274 355
Decimal 240 188 237
Hex F0 BC ED

RGB Percentages of Color #f0bced

%36.09
%28.27
%35.64

CMYK Percentages of Color #f0bced

%0
%22
%1
%6

Triadic Colors of #f0bced

#f0bced #edf0bc #bcedf0

Analogous Colors of #f0bced

#f0bced #f0bcd3 #d9bcf0

Monochromatic Colors of #f0bced

#f0bced

Complementary Color

#f0bced #bcf0bf

#f0bced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bced Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bced Color CSS Codes

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

#f0bced Text Font Color

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

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


#f0bced Background Color

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

This div background color is #f0bced


#f0bced Border Color

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

This div border color is #f0bced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bced


Comments

No comments written yet.

Please login to write comment.