Color Hex Logo

#fafc3a Color Hex

#FAFC3A
(250,252,58)
0 Favorites   0 Comments

Color spaces of #fafc3a

RGB 25025258
HSL0.170.970.61
HSV61°77°99°
CMYK 0.010.000.77   0.01
XYZ74.998590.250317.4702
Yxy90.25030.41050.4939
Hunter Lab95.0002-25.332355.5969
CIE-Lab96.1005-21.157084.5985

#fafc3a color RGB value is (250,252,58).

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

The process color (four color CMYK) of #fafc3a color hex is 0.01, 0.00, 0.77, 0.01. Web safe color of #fafc3a is #ffff33. Color #fafc3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 00111010
Octal 372 374 72
Decimal 250 252 58
Hex FA FC 3A

RGB Percentages of Color #fafc3a

%44.64
%45.00
%10.36

CMYK Percentages of Color #fafc3a

%1
%0
%77
%1

Triadic Colors of #fafc3a

#fafc3a #3afafc #fc3afa

Analogous Colors of #fafc3a

#fafc3a #99fc3a #fc9d3a

Monochromatic Colors of #fafc3a

#fafc3a

Complementary Color

#fafc3a #3c3afc

#fafc3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafc3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafc3a Color CSS Codes

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

#fafc3a Text Font Color

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

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


#fafc3a Background Color

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

This div background color is #fafc3a


#fafc3a Border Color

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

This div border color is #fafc3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafc3a


Comments

No comments written yet.

Please login to write comment.