Color Hex Logo

#faba63 Color Hex

#FABA63
(250,186,99)
0 Favorites   0 Comments

Color spaces of #faba63

RGB 25018699
HSL0.100.940.68
HSV35°60°98°
CMYK 0.000.260.60   0.02
XYZ59.235456.342719.5576
Yxy56.34270.43830.4169
Hunter Lab75.06189.506137.0950
CIE-Lab79.808514.120852.3421

#faba63 color RGB value is (250,186,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 01100011
Octal 372 272 143
Decimal 250 186 99
Hex FA BA 63

RGB Percentages of Color #faba63

%46.73
%34.77
%18.50

CMYK Percentages of Color #faba63

%0
%26
%60
%2

Triadic Colors of #faba63

#faba63 #63faba #ba63fa

Analogous Colors of #faba63

#faba63 #effa63 #fa6f63

Monochromatic Colors of #faba63

#faba63

Complementary Color

#faba63 #63a3fa

#faba63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba63 Color CSS Codes

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

#faba63 Text Font Color

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

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


#faba63 Background Color

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

This div background color is #faba63


#faba63 Border Color

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

This div border color is #faba63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba63


Comments

No comments written yet.

Please login to write comment.