Color Hex Logo

#feab2a Color Hex

#FEAB2A
(254,171,42)
0 Favorites   0 Comments

Color spaces of #feab2a

RGB 25417142
HSL0.100.990.58
HSV37°83°100°
CMYK 0.000.330.83   0.00
XYZ55.853950.36388.9679
Yxy50.36380.48490.4372
Hunter Lab70.967516.292842.1850
CIE-Lab76.292020.991272.1066

#feab2a color RGB value is (254,171,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 00101010
Octal 376 253 52
Decimal 254 171 42
Hex FE AB 2A

RGB Percentages of Color #feab2a

%54.39
%36.62
%8.99

CMYK Percentages of Color #feab2a

%0
%33
%83
%0

Triadic Colors of #feab2a

#feab2a #2afeab #ab2afe

Analogous Colors of #feab2a

#feab2a #e7fe2a #fe412a

Monochromatic Colors of #feab2a

#feab2a

Complementary Color

#feab2a #2a7dfe

#feab2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab2a Color CSS Codes

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

#feab2a Text Font Color

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

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


#feab2a Background Color

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

This div background color is #feab2a


#feab2a Border Color

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

This div border color is #feab2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,171,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab2a


Comments

No comments written yet.

Please login to write comment.