Color Hex Logo

#f1ffde Color Hex

#F1FFDE
(241,255,222)
0 Favorites   0 Comments

Color spaces of #f1ffde

RGB 241255222
HSL0.241.000.94
HSV85°13°100°
CMYK 0.050.000.13   0.00
XYZ85.220495.494783.0480
Yxy95.49470.32310.3620
Hunter Lab97.7214-15.347018.0177
CIE-Lab98.2311-10.237114.2161

#f1ffde color RGB value is (241,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111111 11011110
Octal 361 377 336
Decimal 241 255 222
Hex F1 FF DE

RGB Percentages of Color #f1ffde

%33.57
%35.52
%30.92

CMYK Percentages of Color #f1ffde

%5
%0
%13
%0

Triadic Colors of #f1ffde

#f1ffde #def1ff #ffdef1

Analogous Colors of #f1ffde

#f1ffde #e1ffde #fffdde

Monochromatic Colors of #f1ffde

#f1ffde

Complementary Color

#f1ffde #ecdeff

#f1ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ffde Color CSS Codes

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

#f1ffde Text Font Color

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

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


#f1ffde Background Color

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

This div background color is #f1ffde


#f1ffde Border Color

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

This div border color is #f1ffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ffde


Comments

No comments written yet.

Please login to write comment.