Color Hex Logo

#fab21a Color Hex

#FAB21A
(250,178,26)
0 Favorites   0 Comments

Color spaces of #fab21a

RGB 25017826
HSL0.110.960.54
HSV41°90°98°
CMYK 0.000.290.90   0.02
XYZ55.531252.23948.1337
Yxy52.23940.47910.4507
Hunter Lab72.276810.659443.9216
CIE-Lab77.423815.304976.8443

#fab21a color RGB value is (250,178,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 00011010
Octal 372 262 32
Decimal 250 178 26
Hex FA B2 1A

RGB Percentages of Color #fab21a

%55.07
%39.21
%5.73

CMYK Percentages of Color #fab21a

%0
%29
%90
%2

Triadic Colors of #fab21a

#fab21a #1afab2 #b21afa

Analogous Colors of #fab21a

#fab21a #d2fa1a #fa421a

Monochromatic Colors of #fab21a

#fab21a

Complementary Color

#fab21a #1a62fa

#fab21a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab21a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab21a Color CSS Codes

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

#fab21a Text Font Color

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

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


#fab21a Background Color

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

This div background color is #fab21a


#fab21a Border Color

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

This div border color is #fab21a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab21a


Comments

No comments written yet.

Please login to write comment.