Color Hex Logo

#f0ffdb Color Hex

#F0FFDB
(240,255,219)
0 Favorites   0 Comments

Color spaces of #f0ffdb

RGB 240255219
HSL0.241.000.93
HSV85°14°100°
CMYK 0.060.000.14   0.00
XYZ84.481495.159780.9329
Yxy95.15970.32420.3652
Hunter Lab97.5498-16.125319.0945
CIE-Lab98.0974-11.058315.5502

#f0ffdb color RGB value is (240,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111111 11011011
Octal 360 377 333
Decimal 240 255 219
Hex F0 FF DB

RGB Percentages of Color #f0ffdb

%33.61
%35.71
%30.67

CMYK Percentages of Color #f0ffdb

%6
%0
%14
%0

Triadic Colors of #f0ffdb

#f0ffdb #dbf0ff #ffdbf0

Analogous Colors of #f0ffdb

#f0ffdb #deffdb #fffcdb

Monochromatic Colors of #f0ffdb

#f0ffdb

Complementary Color

#f0ffdb #eadbff

#f0ffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ffdb Color CSS Codes

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

#f0ffdb Text Font Color

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

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


#f0ffdb Background Color

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

This div background color is #f0ffdb


#f0ffdb Border Color

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

This div border color is #f0ffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ffdb

Related Colors

#f0ffdb Color Palettes


Comments

No comments written yet.

Please login to write comment.