Color Hex Logo

#f1feca Color Hex

#F1FECA
(241,254,202)
0 Favorites   0 Comments

Color spaces of #f1feca

RGB 241254202
HSL0.210.960.89
HSV75°20°100°
CMYK 0.050.000.20   0.00
XYZ82.378193.848769.6499
Yxy93.84870.33500.3817
Hunter Lab96.8755-17.744725.1856
CIE-Lab97.5710-12.812623.4863

#f1feca color RGB value is (241,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111110 11001010
Octal 361 376 312
Decimal 241 254 202
Hex F1 FE CA

RGB Percentages of Color #f1feca

%34.58
%36.44
%28.98

CMYK Percentages of Color #f1feca

%5
%0
%20
%0

Triadic Colors of #f1feca

#f1feca #caf1fe #fecaf1

Analogous Colors of #f1feca

#f1feca #d7feca #fef1ca

Monochromatic Colors of #f1feca

#f1feca

Complementary Color

#f1feca #d7cafe

#f1feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1feca Color CSS Codes

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

#f1feca Text Font Color

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

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


#f1feca Background Color

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

This div background color is #f1feca


#f1feca Border Color

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

This div border color is #f1feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1feca

Related Colors


Comments

No comments written yet.

Please login to write comment.