Color Hex Logo

#faab14 Color Hex

#FAAB14
(250,171,20)
0 Favorites   0 Comments

Color spaces of #faab14

RGB 25017120
HSL0.110.960.53
HSV39°92°98°
CMYK 0.000.320.92   0.02
XYZ54.113549.50037.3642
Yxy49.50030.48760.4460
Hunter Lab70.356414.166543.0436
CIE-Lab75.761518.881976.7231

#faab14 color RGB value is (250,171,20).

#faab14 hex color red value is 250, green value is 171 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #faab14 hue: 0.11 , saturation: 0.96 and the lightness value of faab14 is 0.53.

The process color (four color CMYK) of #faab14 color hex is 0.00, 0.32, 0.92, 0.02. Web safe color of #faab14 is #ff9900. Color #faab14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 00010100
Octal 372 253 24
Decimal 250 171 20
Hex FA AB 14

RGB Percentages of Color #faab14

%56.69
%38.78
%4.54

CMYK Percentages of Color #faab14

%0
%32
%92
%2

Triadic Colors of #faab14

#faab14 #14faab #ab14fa

Analogous Colors of #faab14

#faab14 #d6fa14 #fa3814

Monochromatic Colors of #faab14

#faab14

Complementary Color

#faab14 #1463fa

#faab14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab14 Color CSS Codes

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

#faab14 Text Font Color

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

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


#faab14 Background Color

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

This div background color is #faab14


#faab14 Border Color

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

This div border color is #faab14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab14


Comments

No comments written yet.

Please login to write comment.