Color Hex Logo

#f0fbce Color Hex

#F0FBCE
(240,251,206)
0 Favorites   0 Comments

Color spaces of #f0fbce

RGB 240251206
HSL0.210.850.90
HSV75°18°98°
CMYK 0.040.000.18   0.02
XYZ81.572991.975971.8463
Yxy91.97590.33240.3748
Hunter Lab95.9041-16.005822.7159
CIE-Lab96.8105-11.092720.3823

#f0fbce color RGB value is (240,251,206).

#f0fbce hex color red value is 240, green value is 251 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f0fbce hue: 0.21 , saturation: 0.85 and the lightness value of f0fbce is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111011 11001110
Octal 360 373 316
Decimal 240 251 206
Hex F0 FB CE

RGB Percentages of Color #f0fbce

%34.43
%36.01
%29.56

CMYK Percentages of Color #f0fbce

%4
%0
%18
%2

Triadic Colors of #f0fbce

#f0fbce #cef0fb #fbcef0

Analogous Colors of #f0fbce

#f0fbce #dafbce #fbf0ce

Monochromatic Colors of #f0fbce

#f0fbce

Complementary Color

#f0fbce #d9cefb

#f0fbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0fbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0fbce Color CSS Codes

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

#f0fbce Text Font Color

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

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


#f0fbce Background Color

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

This div background color is #f0fbce


#f0fbce Border Color

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

This div border color is #f0fbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0fbce


Comments

No comments written yet.

Please login to write comment.