Color Hex Logo

#f1fdec Color Hex

#F1FDEC
(241,253,236)
0 Favorites   0 Comments

Color spaces of #f1fdec

RGB 241253236
HSL0.280.810.96
HSV102°99°
CMYK 0.050.000.07   0.01
XYZ86.541295.007593.1339
Yxy95.00750.31510.3459
Hunter Lab97.4718-12.092811.5789
CIE-Lab98.0365-6.92026.7638

#f1fdec color RGB value is (241,253,236).

#f1fdec hex color red value is 241, green value is 253 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f1fdec hue: 0.28 , saturation: 0.81 and the lightness value of f1fdec is 0.96.

The process color (four color CMYK) of #f1fdec color hex is 0.05, 0.00, 0.07, 0.01. Web safe color of #f1fdec is #ffffff. Color #f1fdec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111101 11101100
Octal 361 375 354
Decimal 241 253 236
Hex F1 FD EC

RGB Percentages of Color #f1fdec

%33.01
%34.66
%32.33

CMYK Percentages of Color #f1fdec

%5
%0
%7
%1

Triadic Colors of #f1fdec

#f1fdec #ecf1fd #fdecf1

Analogous Colors of #f1fdec

#f1fdec #ecfdf0 #fafdec

Monochromatic Colors of #f1fdec

#f1fdec

Complementary Color

#f1fdec #f8ecfd

#f1fdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1fdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1fdec Color CSS Codes

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

#f1fdec Text Font Color

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

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


#f1fdec Background Color

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

This div background color is #f1fdec


#f1fdec Border Color

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

This div border color is #f1fdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1fdec

Related Colors


Comments

No comments written yet.

Please login to write comment.