color codes Logo

#faba66 color codes

#FABA66
(250,186,102)
0 Favorites   0 Comments

Color spaces of #faba66

RGB 250186102
HSL0.090.940.69
HSV34°59°98°
CMYK 0.000.260.59   0.02
XYZ59.381556.401120.3271
Yxy56.40110.43630.4144
Hunter Lab75.10079.712436.5228
CIE-Lab79.841614.329050.9382

#faba66 color RGB value is (250,186,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 01100110
Octal 372 272 146
Decimal 250 186 102
Hex FA BA 66

RGB Percentages of Color #faba66

%46.47
%34.57
%18.96

CMYK Percentages of Color #faba66

%0
%26
%59
%2

Triadic Colors of #faba66

#faba66 #66faba #ba66fa

Analogous Colors of #faba66

#faba66 #f0fa66 #fa7066

Monochromatic Colors of #faba66

#faba66

Complementary Color

#faba66 #66a6fa

#faba66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba66 Color CSS Codes

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

#faba66 Text Font Color

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

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


#faba66 Background Color

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

This div background color is #faba66


#faba66 Border Color

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

This div border color is #faba66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba66


Comments

No comments written yet.

Please login to write comment.