Color Hex Logo

#faba46 Color Hex

#FABA46
(250,186,70)
0 Favorites   0 Comments

Color spaces of #faba46

RGB 25018670
HSL0.110.950.63
HSV39°72°98°
CMYK 0.000.260.72   0.02
XYZ58.088755.884013.5194
Yxy55.88400.45560.4383
Hunter Lab74.75567.880841.6064
CIE-Lab79.547812.470664.9608

#faba46 color RGB value is (250,186,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 01000110
Octal 372 272 106
Decimal 250 186 70
Hex FA BA 46

RGB Percentages of Color #faba46

%49.41
%36.76
%13.83

CMYK Percentages of Color #faba46

%0
%26
%72
%2

Triadic Colors of #faba46

#faba46 #46faba #ba46fa

Analogous Colors of #faba46

#faba46 #e0fa46 #fa6046

Monochromatic Colors of #faba46

#faba46

Complementary Color

#faba46 #4686fa

#faba46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba46 Color CSS Codes

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

#faba46 Text Font Color

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

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


#faba46 Background Color

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

This div background color is #faba46


#faba46 Border Color

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

This div border color is #faba46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba46


Comments

No comments written yet.

Please login to write comment.