Color Hex Logo

#faba56 Color Hex

#FABA56
(250,186,86)
0 Favorites   0 Comments

Color spaces of #faba56

RGB 25018686
HSL0.100.940.66
HSV37°66°98°
CMYK 0.000.260.66   0.02
XYZ58.663056.113716.5433
Yxy56.11370.44670.4273
Hunter Lab74.90918.696539.3425
CIE-Lab79.678513.300958.2417

#faba56 color RGB value is (250,186,86).

#faba56 hex color red value is 250, green value is 186 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #faba56 hue: 0.10 , saturation: 0.94 and the lightness value of faba56 is 0.66.

The process color (four color CMYK) of #faba56 color hex is 0.00, 0.26, 0.66, 0.02. Web safe color of #faba56 is #ffcc66. Color #faba56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 01010110
Octal 372 272 126
Decimal 250 186 86
Hex FA BA 56

RGB Percentages of Color #faba56

%47.89
%35.63
%16.48

CMYK Percentages of Color #faba56

%0
%26
%66
%2

Triadic Colors of #faba56

#faba56 #56faba #ba56fa

Analogous Colors of #faba56

#faba56 #e8fa56 #fa6856

Monochromatic Colors of #faba56

#faba56

Complementary Color

#faba56 #5696fa

#faba56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba56 Color CSS Codes

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

#faba56 Text Font Color

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

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


#faba56 Background Color

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

This div background color is #faba56


#faba56 Border Color

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

This div border color is #faba56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba56


Comments

No comments written yet.

Please login to write comment.