Color Hex Logo

#fab815 Color Hex

#FAB815
(250,184,21)
0 Favorites   0 Comments

Color spaces of #fab815

RGB 25018421
HSL0.120.960.53
HSV43°92°98°
CMYK 0.000.260.92   0.02
XYZ56.700254.65918.2713
Yxy54.65910.47400.4569
Hunter Lab73.93187.515645.1190
CIE-Lab78.844512.093878.8215

#fab815 color RGB value is (250,184,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 00010101
Octal 372 270 25
Decimal 250 184 21
Hex FA B8 15

RGB Percentages of Color #fab815

%54.95
%40.44
%4.62

CMYK Percentages of Color #fab815

%0
%26
%92
%2

Triadic Colors of #fab815

#fab815 #15fab8 #b815fa

Analogous Colors of #fab815

#fab815 #cafa15 #fa4615

Monochromatic Colors of #fab815

#fab815

Complementary Color

#fab815 #1557fa

#fab815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab815 Color CSS Codes

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

#fab815 Text Font Color

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

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


#fab815 Background Color

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

This div background color is #fab815


#fab815 Border Color

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

This div border color is #fab815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab815


Comments

No comments written yet.

Please login to write comment.