Color Hex Logo

#fea029 Color Hex

#FEA029
(254,160,41)
0 Favorites   0 Comments

Color spaces of #fea029

RGB 25416041
HSL0.090.990.58
HSV34°84°100°
CMYK 0.000.370.84   0.00
XYZ53.844146.37258.2107
Yxy46.37250.49660.4277
Hunter Lab68.097421.968340.5194
CIE-Lab73.786626.705770.3084

#fea029 color RGB value is (254,160,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 00101001
Octal 376 240 51
Decimal 254 160 41
Hex FE A0 29

RGB Percentages of Color #fea029

%55.82
%35.16
%9.01

CMYK Percentages of Color #fea029

%0
%37
%84
%0

Triadic Colors of #fea029

#fea029 #29fea0 #a029fe

Analogous Colors of #fea029

#fea029 #f2fe29 #fe3629

Monochromatic Colors of #fea029

#fea029

Complementary Color

#fea029 #2987fe

#fea029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea029 Color CSS Codes

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

#fea029 Text Font Color

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

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


#fea029 Background Color

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

This div background color is #fea029


#fea029 Border Color

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

This div border color is #fea029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea029


Comments

No comments written yet.

Please login to write comment.