Color Hex Logo

#fafc50 Color Hex

#FAFC50
(250,252,80)
0 Favorites   0 Comments

Color spaces of #fafc50

RGB 25025280
HSL0.170.970.65
HSV61°68°99°
CMYK 0.010.000.68   0.01
XYZ75.682790.524021.0734
Yxy90.52400.40410.4834
Hunter Lab95.1441-24.513753.4688
CIE-Lab96.2137-20.244177.7839

#fafc50 color RGB value is (250,252,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 01010000
Octal 372 374 120
Decimal 250 252 80
Hex FA FC 50

RGB Percentages of Color #fafc50

%42.96
%43.30
%13.75

CMYK Percentages of Color #fafc50

%1
%0
%68
%1

Triadic Colors of #fafc50

#fafc50 #50fafc #fc50fa

Analogous Colors of #fafc50

#fafc50 #a4fc50 #fca850

Monochromatic Colors of #fafc50

#fafc50

Complementary Color

#fafc50 #5250fc

#fafc50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafc50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafc50 Color CSS Codes

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

#fafc50 Text Font Color

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

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


#fafc50 Background Color

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

This div background color is #fafc50


#fafc50 Border Color

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

This div border color is #fafc50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafc50

Related Colors


Comments

No comments written yet.

Please login to write comment.