Color Hex Logo

#fab32c Color Hex

#FAB32C
(250,179,44)
0 Favorites   0 Comments

Color spaces of #fab32c

RGB 25017944
HSL0.110.950.58
HSV39°82°98°
CMYK 0.000.280.82   0.02
XYZ55.999152.74609.6124
Yxy52.74600.47310.4456
Hunter Lab72.626410.537342.9912
CIE-Lab77.724815.178072.5404

#fab32c color RGB value is (250,179,44).

#fab32c hex color red value is 250, green value is 179 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fab32c hue: 0.11 , saturation: 0.95 and the lightness value of fab32c is 0.58.

The process color (four color CMYK) of #fab32c color hex is 0.00, 0.28, 0.82, 0.02. Web safe color of #fab32c is #ffcc33. Color #fab32c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 00101100
Octal 372 263 54
Decimal 250 179 44
Hex FA B3 2C

RGB Percentages of Color #fab32c

%52.85
%37.84
%9.30

CMYK Percentages of Color #fab32c

%0
%28
%82
%2

Triadic Colors of #fab32c

#fab32c #2cfab3 #b32cfa

Analogous Colors of #fab32c

#fab32c #dafa2c #fa4c2c

Monochromatic Colors of #fab32c

#fab32c

Complementary Color

#fab32c #2c73fa

#fab32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab32c Color CSS Codes

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

#fab32c Text Font Color

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

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


#fab32c Background Color

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

This div background color is #fab32c


#fab32c Border Color

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

This div border color is #fab32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab32c


Comments

No comments written yet.

Please login to write comment.