Color Hex Logo

#faba64 Color Hex

#FABA64
(250,186,100)
0 Favorites   0 Comments

Color spaces of #faba64

RGB 250186100
HSL0.100.940.69
HSV34°60°98°
CMYK 0.000.260.60   0.02
XYZ59.283556.361919.8109
Yxy56.36190.43770.4161
Hunter Lab75.07469.574136.9066
CIE-Lab79.819314.189451.8758

#faba64 color RGB value is (250,186,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 01100100
Octal 372 272 144
Decimal 250 186 100
Hex FA BA 64

RGB Percentages of Color #faba64

%46.64
%34.70
%18.66

CMYK Percentages of Color #faba64

%0
%26
%60
%2

Triadic Colors of #faba64

#faba64 #64faba #ba64fa

Analogous Colors of #faba64

#faba64 #effa64 #fa6f64

Monochromatic Colors of #faba64

#faba64

Complementary Color

#faba64 #64a4fa

#faba64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba64 Color CSS Codes

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

#faba64 Text Font Color

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

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


#faba64 Background Color

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

This div background color is #faba64


#faba64 Border Color

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

This div border color is #faba64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba64


Comments

No comments written yet.

Please login to write comment.