Color Hex Logo

#fafc86 Color Hex

#FAFC86
(250,252,134)
0 Favorites   0 Comments

Color spaces of #fafc86

RGB 250252134
HSL0.170.950.76
HSV61°47°99°
CMYK 0.010.000.47   0.01
XYZ78.537891.666036.1082
Yxy91.66600.38070.4443
Hunter Lab95.7424-21.125044.6591
CIE-Lab96.6836-16.513755.8473

#fafc86 color RGB value is (250,252,134).

#fafc86 hex color red value is 250, green value is 252 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fafc86 hue: 0.17 , saturation: 0.95 and the lightness value of fafc86 is 0.76.

The process color (four color CMYK) of #fafc86 color hex is 0.01, 0.00, 0.47, 0.01. Web safe color of #fafc86 is #ffff99. Color #fafc86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 10000110
Octal 372 374 206
Decimal 250 252 134
Hex FA FC 86

RGB Percentages of Color #fafc86

%39.31
%39.62
%21.07

CMYK Percentages of Color #fafc86

%1
%0
%47
%1

Triadic Colors of #fafc86

#fafc86 #86fafc #fc86fa

Analogous Colors of #fafc86

#fafc86 #bffc86 #fcc386

Monochromatic Colors of #fafc86

#fafc86

Complementary Color

#fafc86 #8886fc

#fafc86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafc86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafc86 Color CSS Codes

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

#fafc86 Text Font Color

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

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


#fafc86 Background Color

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

This div background color is #fafc86


#fafc86 Border Color

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

This div border color is #fafc86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafc86


Comments

No comments written yet.

Please login to write comment.