Color Hex Logo

#fafa7f Color Hex

#FAFA7F
(250,250,127)
0 Favorites   0 Comments

Color spaces of #fafa7f

RGB 250250127
HSL0.170.920.74
HSV60°49°98°
CMYK 0.000.000.49   0.02
XYZ77.440790.227533.4128
Yxy90.22750.38510.4487
Hunter Lab94.9882-20.704145.6360
CIE-Lab96.0911-16.154658.3597

#fafa7f color RGB value is (250,250,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 01111111
Octal 372 372 177
Decimal 250 250 127
Hex FA FA 7F

RGB Percentages of Color #fafa7f

%39.87
%39.87
%20.26

CMYK Percentages of Color #fafa7f

%0
%0
%49
%2

Triadic Colors of #fafa7f

#fafa7f #7ffafa #fa7ffa

Analogous Colors of #fafa7f

#fafa7f #bdfa7f #fabd7f

Monochromatic Colors of #fafa7f

#fafa7f

Complementary Color

#fafa7f #7f7ffa

#fafa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafa7f Color CSS Codes

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

#fafa7f Text Font Color

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

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


#fafa7f Background Color

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

This div background color is #fafa7f


#fafa7f Border Color

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

This div border color is #fafa7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafa7f

Related Colors


Comments

No comments written yet.

Please login to write comment.