Color Hex Logo

#fab34a Color Hex

#FAB34A
(250,179,74)
0 Favorites   0 Comments

Color spaces of #fab34a

RGB 25017974
HSL0.100.950.64
HSV36°70°98°
CMYK 0.000.280.70   0.02
XYZ56.780553.058613.7272
Yxy53.05860.45950.4294
Hunter Lab72.841311.670139.8155
CIE-Lab77.909616.322261.6278

#fab34a color RGB value is (250,179,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 01001010
Octal 372 263 112
Decimal 250 179 74
Hex FA B3 4A

RGB Percentages of Color #fab34a

%49.70
%35.59
%14.71

CMYK Percentages of Color #fab34a

%0
%28
%70
%2

Triadic Colors of #fab34a

#fab34a #4afab3 #b34afa

Analogous Colors of #fab34a

#fab34a #e9fa4a #fa5b4a

Monochromatic Colors of #fab34a

#fab34a

Complementary Color

#fab34a #4a91fa

#fab34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab34a Color CSS Codes

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

#fab34a Text Font Color

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

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


#fab34a Background Color

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

This div background color is #fab34a


#fab34a Border Color

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

This div border color is #fab34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab34a

Related Colors


Comments

No comments written yet.

Please login to write comment.