Color Hex Logo

#fafd71 Color Hex

#FAFD71
(250,253,113)
0 Favorites   0 Comments

Color spaces of #fafd71

RGB 250253113
HSL0.170.970.72
HSV61°55°99°
CMYK 0.010.000.55   0.01
XYZ77.530391.766829.2493
Yxy91.76680.39050.4622
Hunter Lab95.7950-23.174848.9533
CIE-Lab96.7249-18.706665.3061

#fafd71 color RGB value is (250,253,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 01110001
Octal 372 375 161
Decimal 250 253 113
Hex FA FD 71

RGB Percentages of Color #fafd71

%40.58
%41.07
%18.34

CMYK Percentages of Color #fafd71

%1
%0
%55
%1

Triadic Colors of #fafd71

#fafd71 #71fafd #fd71fa

Analogous Colors of #fafd71

#fafd71 #b4fd71 #fdba71

Monochromatic Colors of #fafd71

#fafd71

Complementary Color

#fafd71 #7471fd

#fafd71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafd71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafd71 Color CSS Codes

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

#fafd71 Text Font Color

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

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


#fafd71 Background Color

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

This div background color is #fafd71


#fafd71 Border Color

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

This div border color is #fafd71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafd71

Related Colors


Comments

No comments written yet.

Please login to write comment.