Color Hex Logo

#f0f6bc Color Hex

#F0F6BC
(240,246,188)
0 Favorites   0 Comments

Color spaces of #f0f6bc

RGB 240246188
HSL0.180.760.85
HSV66°24°96°
CMYK 0.020.000.24   0.04
XYZ77.968088.067660.4664
Yxy88.06760.34420.3888
Hunter Lab93.8443-15.925827.4889
CIE-Lab95.1894-11.210627.3136

#f0f6bc color RGB value is (240,246,188).

#f0f6bc hex color red value is 240, green value is 246 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f0f6bc hue: 0.18 , saturation: 0.76 and the lightness value of f0f6bc is 0.85.

The process color (four color CMYK) of #f0f6bc color hex is 0.02, 0.00, 0.24, 0.04. Web safe color of #f0f6bc is #ffffcc. Color #f0f6bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11110110 10111100
Octal 360 366 274
Decimal 240 246 188
Hex F0 F6 BC

RGB Percentages of Color #f0f6bc

%35.61
%36.50
%27.89

CMYK Percentages of Color #f0f6bc

%2
%0
%24
%4

Triadic Colors of #f0f6bc

#f0f6bc #bcf0f6 #f6bcf0

Analogous Colors of #f0f6bc

#f0f6bc #d3f6bc #f6dfbc

Monochromatic Colors of #f0f6bc

#f0f6bc

Complementary Color

#f0f6bc #c2bcf6

#f0f6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0f6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0f6bc Color CSS Codes

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

#f0f6bc Text Font Color

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

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


#f0f6bc Background Color

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

This div background color is #f0f6bc


#f0f6bc Border Color

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

This div border color is #f0f6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0f6bc

#f0f6bc Color Palettes


Comments

No comments written yet.

Please login to write comment.