Color Hex Logo

#f2ffdb Color Hex

#F2FFDB
(242,255,219)
0 Favorites   0 Comments

Color spaces of #f2ffdb

RGB 242255219
HSL0.231.000.93
HSV82°14°100°
CMYK 0.050.000.14   0.00
XYZ85.164195.511780.9648
Yxy95.51170.32550.3650
Hunter Lab97.7301-15.478919.2921
CIE-Lab98.2379-10.372515.7686

#f2ffdb color RGB value is (242,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111111 11011011
Octal 362 377 333
Decimal 242 255 219
Hex F2 FF DB

RGB Percentages of Color #f2ffdb

%33.80
%35.61
%30.59

CMYK Percentages of Color #f2ffdb

%5
%0
%14
%0

Triadic Colors of #f2ffdb

#f2ffdb #dbf2ff #ffdbf2

Analogous Colors of #f2ffdb

#f2ffdb #e0ffdb #fffadb

Monochromatic Colors of #f2ffdb

#f2ffdb

Complementary Color

#f2ffdb #e8dbff

#f2ffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ffdb Color CSS Codes

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

#f2ffdb Text Font Color

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

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


#f2ffdb Background Color

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

This div background color is #f2ffdb


#f2ffdb Border Color

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

This div border color is #f2ffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ffdb

Related Colors

#f2ffdb Color Palettes


Comments

No comments written yet.

Please login to write comment.