Color Hex Logo

#fab864 Color Hex

#FAB864
(250,184,100)
0 Favorites   0 Comments

Color spaces of #fab864

RGB 250184100
HSL0.090.940.69
HSV34°60°98°
CMYK 0.000.260.60   0.02
XYZ58.865155.525119.6715
Yxy55.52510.43910.4142
Hunter Lab74.515210.609036.5085
CIE-Lab79.342815.236251.3206

#fab864 color RGB value is (250,184,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 01100100
Octal 372 270 144
Decimal 250 184 100
Hex FA B8 64

RGB Percentages of Color #fab864

%46.82
%34.46
%18.73

CMYK Percentages of Color #fab864

%0
%26
%60
%2

Triadic Colors of #fab864

#fab864 #64fab8 #b864fa

Analogous Colors of #fab864

#fab864 #f1fa64 #fa6d64

Monochromatic Colors of #fab864

#fab864

Complementary Color

#fab864 #64a6fa

#fab864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab864 Color CSS Codes

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

#fab864 Text Font Color

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

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


#fab864 Background Color

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

This div background color is #fab864


#fab864 Border Color

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

This div border color is #fab864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab864


Comments

No comments written yet.

Please login to write comment.