Color Hex Logo

#f1ffca Color Hex

#F1FFCA
(241,255,202)
0 Favorites   0 Comments

Color spaces of #f1ffca

RGB 241255202
HSL0.211.000.90
HSV76°21°100°
CMYK 0.050.000.21   0.00
XYZ82.696394.485069.7560
Yxy94.48500.33490.3826
Hunter Lab97.2034-18.246125.4941
CIE-Lab97.8271-13.303423.8404

#f1ffca color RGB value is (241,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111111 11001010
Octal 361 377 312
Decimal 241 255 202
Hex F1 FF CA

RGB Percentages of Color #f1ffca

%34.53
%36.53
%28.94

CMYK Percentages of Color #f1ffca

%5
%0
%21
%0

Triadic Colors of #f1ffca

#f1ffca #caf1ff #ffcaf1

Analogous Colors of #f1ffca

#f1ffca #d7ffca #fff3ca

Monochromatic Colors of #f1ffca

#f1ffca

Complementary Color

#f1ffca #d8caff

#f1ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ffca Color CSS Codes

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

#f1ffca Text Font Color

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

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


#f1ffca Background Color

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

This div background color is #f1ffca


#f1ffca Border Color

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

This div border color is #f1ffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ffca

Related Colors


Comments

No comments written yet.

Please login to write comment.