Color Hex Logo

#faf07f Color Hex

#FAF07F
(250,240,127)
0 Favorites   0 Comments

Color spaces of #faf07f

RGB 250240127
HSL0.150.920.74
HSV55°49°98°
CMYK 0.000.040.49   0.02
XYZ74.415284.176532.4043
Yxy84.17650.38960.4407
Hunter Lab91.7478-15.779943.2828
CIE-Lab93.5271-11.265755.3102

#faf07f color RGB value is (250,240,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 01111111
Octal 372 360 177
Decimal 250 240 127
Hex FA F0 7F

RGB Percentages of Color #faf07f

%40.52
%38.90
%20.58

CMYK Percentages of Color #faf07f

%0
%4
%49
%2

Triadic Colors of #faf07f

#faf07f #7ffaf0 #f07ffa

Analogous Colors of #faf07f

#faf07f #c7fa7f #fab37f

Monochromatic Colors of #faf07f

#faf07f

Complementary Color

#faf07f #7f89fa

#faf07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf07f Color CSS Codes

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

#faf07f Text Font Color

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

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


#faf07f Background Color

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

This div background color is #faf07f


#faf07f Border Color

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

This div border color is #faf07f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf07f


Comments

No comments written yet.

Please login to write comment.