Color Hex Logo

#faba4a Color Hex

#FABA4A
(250,186,74)
0 Favorites   0 Comments

Color spaces of #faba4a

RGB 25018674
HSL0.110.950.64
HSV38°70°98°
CMYK 0.000.260.70   0.02
XYZ58.219355.936214.2068
Yxy55.93620.45360.4358
Hunter Lab74.79058.066741.0909
CIE-Lab79.577512.660263.3489

#faba4a color RGB value is (250,186,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 01001010
Octal 372 272 112
Decimal 250 186 74
Hex FA BA 4A

RGB Percentages of Color #faba4a

%49.02
%36.47
%14.51

CMYK Percentages of Color #faba4a

%0
%26
%70
%2

Triadic Colors of #faba4a

#faba4a #4afaba #ba4afa

Analogous Colors of #faba4a

#faba4a #e2fa4a #fa624a

Monochromatic Colors of #faba4a

#faba4a

Complementary Color

#faba4a #4a8afa

#faba4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba4a Color CSS Codes

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

#faba4a Text Font Color

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

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


#faba4a Background Color

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

This div background color is #faba4a


#faba4a Border Color

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

This div border color is #faba4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba4a


Comments

No comments written yet.

Please login to write comment.