Color Hex Logo

#feab0a Color Hex

#FEAB0A
(254,171,10)
0 Favorites   0 Comments

Color spaces of #feab0a

RGB 25417110
HSL0.110.990.52
HSV40°96°100°
CMYK 0.000.330.96   0.00
XYZ55.490750.21867.0556
Yxy50.21860.49210.4453
Hunter Lab70.865115.760043.7024
CIE-Lab76.203220.464178.6392

#feab0a color RGB value is (254,171,10).

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

The process color (four color CMYK) of #feab0a color hex is 0.00, 0.33, 0.96, 0.00. Web safe color of #feab0a is #ff9900. Color #feab0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 00001010
Octal 376 253 12
Decimal 254 171 10
Hex FE AB A

RGB Percentages of Color #feab0a

%58.39
%39.31
%2.30

CMYK Percentages of Color #feab0a

%0
%33
%96
%0

Triadic Colors of #feab0a

#feab0a #0afeab #ab0afe

Analogous Colors of #feab0a

#feab0a #d7fe0a #fe310a

Monochromatic Colors of #feab0a

#feab0a

Complementary Color

#feab0a #0a5dfe

#feab0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab0a Color CSS Codes

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

#feab0a Text Font Color

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

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


#feab0a Background Color

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

This div background color is #feab0a


#feab0a Border Color

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

This div border color is #feab0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab0a


Comments

No comments written yet.

Please login to write comment.