Color Hex Logo

#fab924 Color Hex

#FAB924
(250,185,36)
0 Favorites   0 Comments

Color spaces of #fab924

RGB 25018536
HSL0.120.960.56
HSV42°86°98°
CMYK 0.000.260.86   0.02
XYZ57.091755.14939.3049
Yxy55.14930.46970.4537
Hunter Lab74.26267.268044.5549
CIE-Lab79.127211.841875.9182

#fab924 color RGB value is (250,185,36).

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

The process color (four color CMYK) of #fab924 color hex is 0.00, 0.26, 0.86, 0.02. Web safe color of #fab924 is #ffcc33. Color #fab924 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 00100100
Octal 372 271 44
Decimal 250 185 36
Hex FA B9 24

RGB Percentages of Color #fab924

%53.08
%39.28
%7.64

CMYK Percentages of Color #fab924

%0
%26
%86
%2

Triadic Colors of #fab924

#fab924 #24fab9 #b924fa

Analogous Colors of #fab924

#fab924 #d0fa24 #fa4e24

Monochromatic Colors of #fab924

#fab924

Complementary Color

#fab924 #2465fa

#fab924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab924 Color CSS Codes

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

#fab924 Text Font Color

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

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


#fab924 Background Color

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

This div background color is #fab924


#fab924 Border Color

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

This div border color is #fab924


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab924


Comments

No comments written yet.

Please login to write comment.