Color Hex Logo

#fabf07 Color Hex

#FABF07
(250,191,7)
0 Favorites   0 Comments

Color spaces of #fabf07

RGB 2501917
HSL0.130.960.50
HSV45°97°98°
CMYK 0.000.240.97   0.02
XYZ58.093557.60098.2572
Yxy57.60090.46870.4647
Hunter Lab75.89533.814946.6761
CIE-Lab80.51648.307181.7523

#fabf07 color RGB value is (250,191,7).

#fabf07 hex color red value is 250, green value is 191 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #fabf07 hue: 0.13 , saturation: 0.96 and the lightness value of fabf07 is 0.50.

The process color (four color CMYK) of #fabf07 color hex is 0.00, 0.24, 0.97, 0.02. Web safe color of #fabf07 is #ffcc00. Color #fabf07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 00000111
Octal 372 277 7
Decimal 250 191 7
Hex FA BF 7

RGB Percentages of Color #fabf07

%55.80
%42.63
%1.56

CMYK Percentages of Color #fabf07

%0
%24
%97
%2

Triadic Colors of #fabf07

#fabf07 #07fabf #bf07fa

Analogous Colors of #fabf07

#fabf07 #bcfa07 #fa4607

Monochromatic Colors of #fabf07

#fabf07

Complementary Color

#fabf07 #0742fa

#fabf07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf07 Color CSS Codes

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

#fabf07 Text Font Color

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

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


#fabf07 Background Color

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

This div background color is #fabf07


#fabf07 Border Color

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

This div border color is #fabf07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf07

Related Colors


Comments

No comments written yet.

Please login to write comment.