Color Hex Logo

#faba67 Color Hex

#FABA67
(250,186,103)
0 Favorites   0 Comments

Color spaces of #faba67

RGB 250186103
HSL0.090.940.69
HSV34°59°98°
CMYK 0.000.260.59   0.02
XYZ59.431456.421120.5899
Yxy56.42110.43560.4135
Hunter Lab75.11409.782636.3275
CIE-Lab79.852914.399850.4672

#faba67 color RGB value is (250,186,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 01100111
Octal 372 272 147
Decimal 250 186 103
Hex FA BA 67

RGB Percentages of Color #faba67

%46.38
%34.51
%19.11

CMYK Percentages of Color #faba67

%0
%26
%59
%2

Triadic Colors of #faba67

#faba67 #67faba #ba67fa

Analogous Colors of #faba67

#faba67 #f1fa67 #fa7167

Monochromatic Colors of #faba67

#faba67

Complementary Color

#faba67 #67a7fa

#faba67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba67 Color CSS Codes

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

#faba67 Text Font Color

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

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


#faba67 Background Color

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

This div background color is #faba67


#faba67 Border Color

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

This div border color is #faba67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba67

Related Colors


Comments

No comments written yet.

Please login to write comment.