Color Hex Logo

#fab93c Color Hex

#FAB93C
(250,185,60)
0 Favorites   0 Comments

Color spaces of #fab93c

RGB 25018560
HSL0.110.950.61
HSV39°76°98°
CMYK 0.000.260.76   0.02
XYZ57.588955.348211.9230
Yxy55.34820.46120.4433
Hunter Lab74.39647.980042.5755
CIE-Lab79.241412.570668.5255

#fab93c color RGB value is (250,185,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 00111100
Octal 372 271 74
Decimal 250 185 60
Hex FA B9 3C

RGB Percentages of Color #fab93c

%50.51
%37.37
%12.12

CMYK Percentages of Color #fab93c

%0
%26
%76
%2

Triadic Colors of #fab93c

#fab93c #3cfab9 #b93cfa

Analogous Colors of #fab93c

#fab93c #dcfa3c #fa5a3c

Monochromatic Colors of #fab93c

#fab93c

Complementary Color

#fab93c #3c7dfa

#fab93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab93c Color CSS Codes

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

#fab93c Text Font Color

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

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


#fab93c Background Color

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

This div background color is #fab93c


#fab93c Border Color

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

This div border color is #fab93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab93c


Comments

No comments written yet.

Please login to write comment.