Color Hex Logo

#fafb7e Color Hex

#FAFB7E
(250,251,126)
0 Favorites   0 Comments

Color spaces of #fafb7e

RGB 250251126
HSL0.170.940.74
HSV60°50°98°
CMYK 0.000.000.50   0.02
XYZ77.687490.824733.1750
Yxy90.82470.38520.4503
Hunter Lab95.3020-21.270546.0723
CIE-Lab96.3378-16.722959.1060

#fafb7e color RGB value is (250,251,126).

#fafb7e hex color red value is 250, green value is 251 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fafb7e hue: 0.17 , saturation: 0.94 and the lightness value of fafb7e is 0.74.

The process color (four color CMYK) of #fafb7e color hex is 0.00, 0.00, 0.50, 0.02. Web safe color of #fafb7e is #ffff66. Color #fafb7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111011 01111110
Octal 372 373 176
Decimal 250 251 126
Hex FA FB 7E

RGB Percentages of Color #fafb7e

%39.87
%40.03
%20.10

CMYK Percentages of Color #fafb7e

%0
%0
%50
%2

Triadic Colors of #fafb7e

#fafb7e #7efafb #fb7efa

Analogous Colors of #fafb7e

#fafb7e #bcfb7e #fbbe7e

Monochromatic Colors of #fafb7e

#fafb7e

Complementary Color

#fafb7e #7f7efb

#fafb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafb7e Color CSS Codes

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

#fafb7e Text Font Color

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

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


#fafb7e Background Color

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

This div background color is #fafb7e


#fafb7e Border Color

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

This div border color is #fafb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafb7e

Related Colors

#fafb7e Color Palettes


Comments

No comments written yet.

Please login to write comment.