Color Hex Logo

#fab324 Color Hex

#FAB324
(250,179,36)
0 Favorites   0 Comments

Color spaces of #fab324

RGB 25017936
HSL0.110.960.56
HSV40°86°98°
CMYK 0.000.280.86   0.02
XYZ55.862952.69168.8953
Yxy52.69160.47560.4486
Hunter Lab72.589010.339043.5467
CIE-Lab77.692614.976974.7568

#fab324 color RGB value is (250,179,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 00100100
Octal 372 263 44
Decimal 250 179 36
Hex FA B3 24

RGB Percentages of Color #fab324

%53.76
%38.49
%7.74

CMYK Percentages of Color #fab324

%0
%28
%86
%2

Triadic Colors of #fab324

#fab324 #24fab3 #b324fa

Analogous Colors of #fab324

#fab324 #d6fa24 #fa4824

Monochromatic Colors of #fab324

#fab324

Complementary Color

#fab324 #246bfa

#fab324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab324 Color CSS Codes

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

#fab324 Text Font Color

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

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


#fab324 Background Color

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

This div background color is #fab324


#fab324 Border Color

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

This div border color is #fab324


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,179,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 #fab324">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab324


Comments

No comments written yet.

Please login to write comment.