Color Hex Logo

#faf87f Color Hex

#FAF87F
(250,248,127)
0 Favorites   0 Comments

Color spaces of #faf87f

RGB 250248127
HSL0.160.920.74
HSV59°49°98°
CMYK 0.000.010.49   0.02
XYZ76.822588.991133.2067
Yxy88.99110.38600.4471
Hunter Lab94.3351-19.723645.1640
CIE-Lab95.5767-15.183557.7508

#faf87f color RGB value is (250,248,127).

#faf87f hex color red value is 250, green value is 248 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #faf87f hue: 0.16 , saturation: 0.92 and the lightness value of faf87f is 0.74.

The process color (four color CMYK) of #faf87f color hex is 0.00, 0.01, 0.49, 0.02. Web safe color of #faf87f is #ffff66. Color #faf87f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 01111111
Octal 372 370 177
Decimal 250 248 127
Hex FA F8 7F

RGB Percentages of Color #faf87f

%40.00
%39.68
%20.32

CMYK Percentages of Color #faf87f

%0
%1
%49
%2

Triadic Colors of #faf87f

#faf87f #7ffaf8 #f87ffa

Analogous Colors of #faf87f

#faf87f #bffa7f #fabb7f

Monochromatic Colors of #faf87f

#faf87f

Complementary Color

#faf87f #7f81fa

#faf87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf87f Color CSS Codes

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

#faf87f Text Font Color

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

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


#faf87f Background Color

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

This div background color is #faf87f


#faf87f Border Color

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

This div border color is #faf87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf87f

Related Colors


Comments

No comments written yet.

Please login to write comment.