Color Hex Logo

#fabf05 Color Hex

#FABF05
(250,191,5)
0 Favorites   0 Comments

Color spaces of #fabf05

RGB 2501915
HSL0.130.960.50
HSV46°98°98°
CMYK 0.000.240.98   0.02
XYZ58.082557.59668.1995
Yxy57.59660.46890.4649
Hunter Lab75.89243.799146.7189
CIE-Lab80.51408.290781.9458

#fabf05 color RGB value is (250,191,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 00000101
Octal 372 277 5
Decimal 250 191 5
Hex FA BF 5

RGB Percentages of Color #fabf05

%56.05
%42.83
%1.12

CMYK Percentages of Color #fabf05

%0
%24
%98
%2

Triadic Colors of #fabf05

#fabf05 #05fabf #bf05fa

Analogous Colors of #fabf05

#fabf05 #bbfa05 #fa4405

Monochromatic Colors of #fabf05

#fabf05

Complementary Color

#fabf05 #0540fa

#fabf05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf05 Color CSS Codes

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

#fabf05 Text Font Color

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

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


#fabf05 Background Color

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

This div background color is #fabf05


#fabf05 Border Color

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

This div border color is #fabf05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf05


Comments

No comments written yet.

Please login to write comment.