Color Hex Logo

#fab35a Color Hex

#FAB35A
(250,179,90)
0 Favorites   0 Comments

Color spaces of #fab35a

RGB 25017990
HSL0.090.940.67
HSV33°64°98°
CMYK 0.000.280.64   0.02
XYZ57.389953.302416.9365
Yxy53.30240.44970.4176
Hunter Lab73.008512.548937.3519
CIE-Lab78.053217.204354.6006

#fab35a color RGB value is (250,179,90).

#fab35a hex color red value is 250, green value is 179 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fab35a hue: 0.09 , saturation: 0.94 and the lightness value of fab35a is 0.67.

The process color (four color CMYK) of #fab35a color hex is 0.00, 0.28, 0.64, 0.02. Web safe color of #fab35a is #ffcc66. Color #fab35a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 01011010
Octal 372 263 132
Decimal 250 179 90
Hex FA B3 5A

RGB Percentages of Color #fab35a

%48.17
%34.49
%17.34

CMYK Percentages of Color #fab35a

%0
%28
%64
%2

Triadic Colors of #fab35a

#fab35a #5afab3 #b35afa

Analogous Colors of #fab35a

#fab35a #f1fa5a #fa635a

Monochromatic Colors of #fab35a

#fab35a

Complementary Color

#fab35a #5aa1fa

#fab35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab35a Color CSS Codes

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

#fab35a Text Font Color

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

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


#fab35a Background Color

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

This div background color is #fab35a


#fab35a Border Color

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

This div border color is #fab35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab35a


Comments

No comments written yet.

Please login to write comment.