Color Hex Logo

#f1fece Color Hex

#F1FECE
(241,254,206)
0 Favorites   0 Comments

Color spaces of #f1fece

RGB 241254206
HSL0.210.960.90
HSV76°19°100°
CMYK 0.050.000.19   0.00
XYZ82.858094.040672.1771
Yxy94.04060.33270.3776
Hunter Lab96.9745-17.189623.7533
CIE-Lab97.6483-12.222121.5602

#f1fece color RGB value is (241,254,206).

#f1fece hex color red value is 241, green value is 254 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f1fece hue: 0.21 , saturation: 0.96 and the lightness value of f1fece is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111110 11001110
Octal 361 376 316
Decimal 241 254 206
Hex F1 FE CE

RGB Percentages of Color #f1fece

%34.38
%36.23
%29.39

CMYK Percentages of Color #f1fece

%5
%0
%19
%0

Triadic Colors of #f1fece

#f1fece #cef1fe #fecef1

Analogous Colors of #f1fece

#f1fece #d9fece #fef3ce

Monochromatic Colors of #f1fece

#f1fece

Complementary Color

#f1fece #dbcefe

#f1fece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1fece Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1fece Color CSS Codes

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

#f1fece Text Font Color

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

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


#f1fece Background Color

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

This div background color is #f1fece


#f1fece Border Color

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

This div border color is #f1fece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1fece


Comments

No comments written yet.

Please login to write comment.