Color Hex Logo

#faba12 Color Hex

#FABA12
(250,186,18)
1 Favorites   0 Comments

Color spaces of #faba12

RGB 25018618
HSL0.120.960.53
HSV43°93°98°
CMYK 0.000.260.93   0.02
XYZ57.092455.48558.2729
Yxy55.48550.47240.4591
Hunter Lab74.48866.457845.5571
CIE-Lab79.320111.012079.6361

#faba12 color RGB value is (250,186,18).

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

The process color (four color CMYK) of #faba12 color hex is 0.00, 0.26, 0.93, 0.02. Web safe color of #faba12 is #ffcc00. Color #faba12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 00010010
Octal 372 272 22
Decimal 250 186 18
Hex FA BA 12

RGB Percentages of Color #faba12

%55.07
%40.97
%3.96

CMYK Percentages of Color #faba12

%0
%26
%93
%2

Triadic Colors of #faba12

#faba12 #12faba #ba12fa

Analogous Colors of #faba12

#faba12 #c6fa12 #fa4612

Monochromatic Colors of #faba12

#faba12

Complementary Color

#faba12 #1252fa

#faba12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba12 Color CSS Codes

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

#faba12 Text Font Color

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

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


#faba12 Background Color

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

This div background color is #faba12


#faba12 Border Color

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

This div border color is #faba12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba12


Comments

No comments written yet.

Please login to write comment.