Color Hex Logo

#fab129 Color Hex

#FAB129
(250,177,41)
0 Favorites   0 Comments

Color spaces of #fab129

RGB 25017741
HSL0.110.950.57
HSV39°84°98°
CMYK 0.000.290.84   0.02
XYZ55.546751.92849.1934
Yxy51.92840.47610.4451
Hunter Lab72.061411.484942.8789
CIE-Lab77.238016.144573.0143

#fab129 color RGB value is (250,177,41).

#fab129 hex color red value is 250, green value is 177 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #fab129 hue: 0.11 , saturation: 0.95 and the lightness value of fab129 is 0.57.

The process color (four color CMYK) of #fab129 color hex is 0.00, 0.29, 0.84, 0.02. Web safe color of #fab129 is #ff9933. Color #fab129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110001 00101001
Octal 372 261 51
Decimal 250 177 41
Hex FA B1 29

RGB Percentages of Color #fab129

%53.42
%37.82
%8.76

CMYK Percentages of Color #fab129

%0
%29
%84
%2

Triadic Colors of #fab129

#fab129 #29fab1 #b129fa

Analogous Colors of #fab129

#fab129 #dbfa29 #fa4929

Monochromatic Colors of #fab129

#fab129

Complementary Color

#fab129 #2972fa

#fab129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab129 Color CSS Codes

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

#fab129 Text Font Color

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

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


#fab129 Background Color

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

This div background color is #fab129


#fab129 Border Color

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

This div border color is #fab129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab129


Comments

No comments written yet.

Please login to write comment.