Color Hex Logo

#faba15 Color Hex

#FABA15
(250,186,21)
0 Favorites   0 Comments

Color spaces of #faba15

RGB 25018621
HSL0.120.960.53
HSV43°92°98°
CMYK 0.000.260.92   0.02
XYZ57.118655.49598.4108
Yxy55.49590.47200.4585
Hunter Lab74.49566.495545.4529
CIE-Lab79.326111.050979.1783

#faba15 color RGB value is (250,186,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 00010101
Octal 372 272 25
Decimal 250 186 21
Hex FA BA 15

RGB Percentages of Color #faba15

%54.70
%40.70
%4.60

CMYK Percentages of Color #faba15

%0
%26
%92
%2

Triadic Colors of #faba15

#faba15 #15faba #ba15fa

Analogous Colors of #faba15

#faba15 #c8fa15 #fa4815

Monochromatic Colors of #faba15

#faba15

Complementary Color

#faba15 #1555fa

#faba15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba15 Color CSS Codes

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

#faba15 Text Font Color

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

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


#faba15 Background Color

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

This div background color is #faba15


#faba15 Border Color

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

This div border color is #faba15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba15

Related Colors


Comments

No comments written yet.

Please login to write comment.