Color Hex Logo

#fab21f Color Hex

#FAB21F
(250,178,31)
0 Favorites   0 Comments

Color spaces of #fab21f

RGB 25017831
HSL0.110.960.55
HSV40°88°98°
CMYK 0.000.290.88   0.02
XYZ55.592152.26378.4542
Yxy52.26370.47800.4493
Hunter Lab72.293610.748443.6720
CIE-Lab77.438315.395275.7772

#fab21f color RGB value is (250,178,31).

#fab21f hex color red value is 250, green value is 178 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fab21f hue: 0.11 , saturation: 0.96 and the lightness value of fab21f is 0.55.

The process color (four color CMYK) of #fab21f color hex is 0.00, 0.29, 0.88, 0.02. Web safe color of #fab21f is #ff9933. Color #fab21f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 00011111
Octal 372 262 37
Decimal 250 178 31
Hex FA B2 1F

RGB Percentages of Color #fab21f

%54.47
%38.78
%6.75

CMYK Percentages of Color #fab21f

%0
%29
%88
%2

Triadic Colors of #fab21f

#fab21f #1ffab2 #b21ffa

Analogous Colors of #fab21f

#fab21f #d5fa1f #fa441f

Monochromatic Colors of #fab21f

#fab21f

Complementary Color

#fab21f #1f67fa

#fab21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab21f Color CSS Codes

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

#fab21f Text Font Color

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

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


#fab21f Background Color

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

This div background color is #fab21f


#fab21f Border Color

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

This div border color is #fab21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab21f


Comments

No comments written yet.

Please login to write comment.