Color Hex Logo

#fafd7f Color Hex

#FAFD7F
(250,253,127)
0 Favorites   0 Comments

Color spaces of #fafd7f

RGB 250253127
HSL0.170.970.75
HSV61°50°99°
CMYK 0.010.000.50   0.01
XYZ78.380492.106933.7260
Yxy92.10690.38380.4510
Hunter Lab95.9723-22.171046.3453
CIE-Lab96.8640-17.604959.2722

#fafd7f color RGB value is (250,253,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 01111111
Octal 372 375 177
Decimal 250 253 127
Hex FA FD 7F

RGB Percentages of Color #fafd7f

%39.68
%40.16
%20.16

CMYK Percentages of Color #fafd7f

%1
%0
%50
%1

Triadic Colors of #fafd7f

#fafd7f #7ffafd #fd7ffa

Analogous Colors of #fafd7f

#fafd7f #bbfd7f #fdc17f

Monochromatic Colors of #fafd7f

#fafd7f

Complementary Color

#fafd7f #827ffd

#fafd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafd7f Color CSS Codes

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

#fafd7f Text Font Color

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

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


#fafd7f Background Color

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

This div background color is #fafd7f


#fafd7f Border Color

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

This div border color is #fafd7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafd7f

Related Colors


Comments

No comments written yet.

Please login to write comment.