Color Hex Logo

#fab021 Color Hex

#FAB021
(250,176,33)
0 Favorites   0 Comments

Color spaces of #fab021

RGB 25017633
HSL0.110.960.55
HSV40°87°98°
CMYK 0.000.300.87   0.02
XYZ55.224251.48458.4657
Yxy51.48450.47950.4470
Hunter Lab71.752711.814643.2316
CIE-Lab76.971616.482374.9339

#fab021 color RGB value is (250,176,33).

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

The process color (four color CMYK) of #fab021 color hex is 0.00, 0.30, 0.87, 0.02. Web safe color of #fab021 is #ff9933. Color #fab021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 00100001
Octal 372 260 41
Decimal 250 176 33
Hex FA B0 21

RGB Percentages of Color #fab021

%54.47
%38.34
%7.19

CMYK Percentages of Color #fab021

%0
%30
%87
%2

Triadic Colors of #fab021

#fab021 #21fab0 #b021fa

Analogous Colors of #fab021

#fab021 #d8fa21 #fa4421

Monochromatic Colors of #fab021

#fab021

Complementary Color

#fab021 #216bfa

#fab021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab021 Color CSS Codes

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

#fab021 Text Font Color

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

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


#fab021 Background Color

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

This div background color is #fab021


#fab021 Border Color

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

This div border color is #fab021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab021


Comments

No comments written yet.

Please login to write comment.