Color Hex Logo

#fafb14 Color Hex

#FAFB14
(250,251,20)
0 Favorites   0 Comments

Color spaces of #fafb14

RGB 25025120
HSL0.170.970.53
HSV60°92°98°
CMYK 0.000.000.92   0.02
XYZ74.047889.368914.0090
Yxy89.36890.41730.5037
Hunter Lab94.5351-25.620457.3885
CIE-Lab95.7344-21.539491.6786

#fafb14 color RGB value is (250,251,20).

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

The process color (four color CMYK) of #fafb14 color hex is 0.00, 0.00, 0.92, 0.02. Web safe color of #fafb14 is #ffff00. Color #fafb14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111011 00010100
Octal 372 373 24
Decimal 250 251 20
Hex FA FB 14

RGB Percentages of Color #fafb14

%47.98
%48.18
%3.84

CMYK Percentages of Color #fafb14

%0
%0
%92
%2

Triadic Colors of #fafb14

#fafb14 #14fafb #fb14fa

Analogous Colors of #fafb14

#fafb14 #87fb14 #fb8914

Monochromatic Colors of #fafb14

#fafb14

Complementary Color

#fafb14 #1514fb

#fafb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafb14 Color CSS Codes

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

#fafb14 Text Font Color

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

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


#fafb14 Background Color

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

This div background color is #fafb14


#fafb14 Border Color

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

This div border color is #fafb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafb14


Comments

No comments written yet.

Please login to write comment.