Color Hex Logo

#f0ffbc Color Hex

#F0FFBC
(240,255,188)
0 Favorites   0 Comments

Color spaces of #f0ffbc

RGB 240255188
HSL0.201.000.87
HSV73°26°100°
CMYK 0.060.000.26   0.00
XYZ80.772393.676161.4011
Yxy93.67610.34250.3972
Hunter Lab96.7864-20.410530.1370
CIE-Lab97.5013-15.630230.4569

#f0ffbc color RGB value is (240,255,188).

#f0ffbc hex color red value is 240, green value is 255 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f0ffbc hue: 0.20 , saturation: 1.00 and the lightness value of f0ffbc is 0.87.

The process color (four color CMYK) of #f0ffbc color hex is 0.06, 0.00, 0.26, 0.00. Web safe color of #f0ffbc is #ffffcc. Color #f0ffbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111111 10111100
Octal 360 377 274
Decimal 240 255 188
Hex F0 FF BC

RGB Percentages of Color #f0ffbc

%35.14
%37.34
%27.53

CMYK Percentages of Color #f0ffbc

%6
%0
%26
%0

Triadic Colors of #f0ffbc

#f0ffbc #bcf0ff #ffbcf0

Analogous Colors of #f0ffbc

#f0ffbc #cfffbc #ffedbc

Monochromatic Colors of #f0ffbc

#f0ffbc

Complementary Color

#f0ffbc #cbbcff

#f0ffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ffbc Color CSS Codes

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

#f0ffbc Text Font Color

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

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


#f0ffbc Background Color

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

This div background color is #f0ffbc


#f0ffbc Border Color

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

This div border color is #f0ffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ffbc


Comments

No comments written yet.

Please login to write comment.