Color Hex Logo

#feab16 Color Hex

#FEAB16
(254,171,22)
0 Favorites   0 Comments

Color spaces of #feab16

RGB 25417122
HSL0.110.990.54
HSV39°91°100°
CMYK 0.000.330.91   0.00
XYZ55.580850.25467.5297
Yxy50.25460.49030.4433
Hunter Lab70.890515.892443.3258
CIE-Lab76.225320.595276.9168

#feab16 color RGB value is (254,171,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 00010110
Octal 376 253 26
Decimal 254 171 22
Hex FE AB 16

RGB Percentages of Color #feab16

%56.82
%38.26
%4.92

CMYK Percentages of Color #feab16

%0
%33
%91
%0

Triadic Colors of #feab16

#feab16 #16feab #ab16fe

Analogous Colors of #feab16

#feab16 #ddfe16 #fe3716

Monochromatic Colors of #feab16

#feab16

Complementary Color

#feab16 #1669fe

#feab16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab16 Color CSS Codes

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

#feab16 Text Font Color

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

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


#feab16 Background Color

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

This div background color is #feab16


#feab16 Border Color

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

This div border color is #feab16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab16

Related Colors


Comments

No comments written yet.

Please login to write comment.