Color Hex Logo

#fabf16 Color Hex

#FABF16
(250,191,22)
0 Favorites   0 Comments

Color spaces of #fabf16

RGB 25019122
HSL0.120.960.53
HSV44°91°98°
CMYK 0.000.240.91   0.02
XYZ58.200057.64358.8179
Yxy57.64350.46690.4624
Hunter Lab75.92333.965746.2603
CIE-Lab80.54028.463779.9189

#fabf16 color RGB value is (250,191,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 00010110
Octal 372 277 26
Decimal 250 191 22
Hex FA BF 16

RGB Percentages of Color #fabf16

%54.00
%41.25
%4.75

CMYK Percentages of Color #fabf16

%0
%24
%91
%2

Triadic Colors of #fabf16

#fabf16 #16fabf #bf16fa

Analogous Colors of #fabf16

#fabf16 #c3fa16 #fa4d16

Monochromatic Colors of #fabf16

#fabf16

Complementary Color

#fabf16 #1651fa

#fabf16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf16 Color CSS Codes

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

#fabf16 Text Font Color

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

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


#fabf16 Background Color

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

This div background color is #fabf16


#fabf16 Border Color

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

This div border color is #fabf16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf16


Comments

No comments written yet.

Please login to write comment.