Color Hex Logo

#fab464 Color Hex

#FAB464
(250,180,100)
0 Favorites   0 Comments

Color spaces of #fab464

RGB 250180100
HSL0.090.940.69
HSV32°60°98°
CMYK 0.000.280.60   0.02
XYZ58.045853.886619.3984
Yxy53.88660.44200.4103
Hunter Lab73.407512.682935.7175
CIE-Lab78.395617.332550.2131

#fab464 color RGB value is (250,180,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 01100100
Octal 372 264 144
Decimal 250 180 100
Hex FA B4 64

RGB Percentages of Color #fab464

%47.17
%33.96
%18.87

CMYK Percentages of Color #fab464

%0
%28
%60
%2

Triadic Colors of #fab464

#fab464 #64fab4 #b464fa

Analogous Colors of #fab464

#fab464 #f5fa64 #fa6964

Monochromatic Colors of #fab464

#fab464

Complementary Color

#fab464 #64aafa

#fab464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab464 Color CSS Codes

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

#fab464 Text Font Color

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

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


#fab464 Background Color

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

This div background color is #fab464


#fab464 Border Color

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

This div border color is #fab464


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,180,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 #fab464">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab464


Comments

No comments written yet.

Please login to write comment.