Color Hex Logo

#feab29 Color Hex

#FEAB29
(254,171,41)
0 Favorites   0 Comments

Color spaces of #feab29

RGB 25417141
HSL0.100.990.58
HSV37°84°100°
CMYK 0.000.330.84   0.00
XYZ55.836250.35678.8748
Yxy50.35670.48520.4376
Hunter Lab70.962516.266942.2587
CIE-Lab76.287720.965772.4013

#feab29 color RGB value is (254,171,41).

#feab29 hex color red value is 254, green value is 171 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #feab29 hue: 0.10 , saturation: 0.99 and the lightness value of feab29 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 00101001
Octal 376 253 51
Decimal 254 171 41
Hex FE AB 29

RGB Percentages of Color #feab29

%54.51
%36.70
%8.80

CMYK Percentages of Color #feab29

%0
%33
%84
%0

Triadic Colors of #feab29

#feab29 #29feab #ab29fe

Analogous Colors of #feab29

#feab29 #e7fe29 #fe4029

Monochromatic Colors of #feab29

#feab29

Complementary Color

#feab29 #297cfe

#feab29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab29 Color CSS Codes

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

#feab29 Text Font Color

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

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


#feab29 Background Color

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

This div background color is #feab29


#feab29 Border Color

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

This div border color is #feab29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab29


Comments

No comments written yet.

Please login to write comment.