Color Hex Logo

#faa668 Color Hex

#FAA668
(250,166,104)
0 Favorites   0 Comments

Color spaces of #faa668

RGB 250166104
HSL0.070.940.69
HSV25°58°98°
CMYK 0.000.340.58   0.02
XYZ55.559248.595919.5484
Yxy48.59590.44910.3928
Hunter Lab69.710820.270032.1713
CIE-Lab75.199224.963644.4129

#faa668 color RGB value is (250,166,104).

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

The process color (four color CMYK) of #faa668 color hex is 0.00, 0.34, 0.58, 0.02. Web safe color of #faa668 is #ff9966. Color #faa668 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 01101000
Octal 372 246 150
Decimal 250 166 104
Hex FA A6 68

RGB Percentages of Color #faa668

%48.08
%31.92
%20.00

CMYK Percentages of Color #faa668

%0
%34
%58
%2

Triadic Colors of #faa668

#faa668 #68faa6 #a668fa

Analogous Colors of #faa668

#faa668 #faef68 #fa6873

Monochromatic Colors of #faa668

#faa668

Complementary Color

#faa668 #68bcfa

#faa668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa668 Color CSS Codes

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

#faa668 Text Font Color

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

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


#faa668 Background Color

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

This div background color is #faa668


#faa668 Border Color

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

This div border color is #faa668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa668


Comments

No comments written yet.

Please login to write comment.