Color Hex Logo

#fafc73 Color Hex

#FAFC73
(250,252,115)
0 Favorites   0 Comments

Color spaces of #fafc73

RGB 250252115
HSL0.170.960.72
HSV61°54°99°
CMYK 0.010.000.54   0.01
XYZ77.329391.182629.7440
Yxy91.18260.39000.4599
Hunter Lab95.4896-22.554048.3745
CIE-Lab96.4852-18.077564.1693

#fafc73 color RGB value is (250,252,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 01110011
Octal 372 374 163
Decimal 250 252 115
Hex FA FC 73

RGB Percentages of Color #fafc73

%40.52
%40.84
%18.64

CMYK Percentages of Color #fafc73

%1
%0
%54
%1

Triadic Colors of #fafc73

#fafc73 #73fafc #fc73fa

Analogous Colors of #fafc73

#fafc73 #b6fc73 #fcba73

Monochromatic Colors of #fafc73

#fafc73

Complementary Color

#fafc73 #7573fc

#fafc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafc73 Color CSS Codes

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

#fafc73 Text Font Color

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

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


#fafc73 Background Color

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

This div background color is #fafc73


#fafc73 Border Color

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

This div border color is #fafc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafc73

Related Colors


Comments

No comments written yet.

Please login to write comment.