Color Hex Logo

#feab0d Color Hex

#FEAB0D
(254,171,13)
0 Favorites   0 Comments

Color spaces of #feab0d

RGB 25417113
HSL0.110.990.52
HSV39°95°100°
CMYK 0.000.330.95   0.00
XYZ55.508650.22577.1497
Yxy50.22570.49170.4449
Hunter Lab70.870115.786543.6276
CIE-Lab76.207620.490378.2912

#feab0d color RGB value is (254,171,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 00001101
Octal 376 253 15
Decimal 254 171 13
Hex FE AB D

RGB Percentages of Color #feab0d

%57.99
%39.04
%2.97

CMYK Percentages of Color #feab0d

%0
%33
%95
%0

Triadic Colors of #feab0d

#feab0d #0dfeab #ab0dfe

Analogous Colors of #feab0d

#feab0d #d9fe0d #fe320d

Monochromatic Colors of #feab0d

#feab0d

Complementary Color

#feab0d #0d60fe

#feab0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab0d Color CSS Codes

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

#feab0d Text Font Color

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

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


#feab0d Background Color

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

This div background color is #feab0d


#feab0d Border Color

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

This div border color is #feab0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab0d

Related Colors

#feab0d Color Palettes


Comments

No comments written yet.

Please login to write comment.