Color Hex Logo

#f2fa86 Color Hex

#F2FA86
(242,250,134)
0 Favorites   0 Comments

Color spaces of #f2fa86

RGB 242250134
HSL0.180.920.75
HSV64°46°98°
CMYK 0.030.000.46   0.02
XYZ75.106688.969735.7686
Yxy88.96970.37580.4452
Hunter Lab94.3238-22.933543.5432
CIE-Lab95.5678-18.638854.3588

#f2fa86 color RGB value is (242,250,134).

#f2fa86 hex color red value is 242, green value is 250 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #f2fa86 hue: 0.18 , saturation: 0.92 and the lightness value of f2fa86 is 0.75.

The process color (four color CMYK) of #f2fa86 color hex is 0.03, 0.00, 0.46, 0.02. Web safe color of #f2fa86 is #ffff99. Color #f2fa86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111010 10000110
Octal 362 372 206
Decimal 242 250 134
Hex F2 FA 86

RGB Percentages of Color #f2fa86

%38.66
%39.94
%21.41

CMYK Percentages of Color #f2fa86

%3
%0
%46
%2

Triadic Colors of #f2fa86

#f2fa86 #86f2fa #fa86f2

Analogous Colors of #f2fa86

#f2fa86 #b8fa86 #fac886

Monochromatic Colors of #f2fa86

#f2fa86

Complementary Color

#f2fa86 #8e86fa

#f2fa86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2fa86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2fa86 Color CSS Codes

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

#f2fa86 Text Font Color

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

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


#f2fa86 Background Color

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

This div background color is #f2fa86


#f2fa86 Border Color

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

This div border color is #f2fa86


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,250,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2fa86; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2fa86;
  -webkit-box-shadow: 1px 1px 3px 2px #f2fa86;
  box-shadow:         1px 1px 3px 2px #f2fa86; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,250,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2fa86


Comments

No comments written yet.

Please login to write comment.