Color Hex Logo

#feab14 Color Hex

#FEAB14
(254,171,20)
0 Favorites   0 Comments

Color spaces of #feab14

RGB 25417120
HSL0.110.990.54
HSV39°92°100°
CMYK 0.000.330.92   0.00
XYZ55.562250.24727.4320
Yxy50.24720.49070.4437
Hunter Lab70.885315.865043.4034
CIE-Lab76.220720.568177.2656

#feab14 color RGB value is (254,171,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 00010100
Octal 376 253 24
Decimal 254 171 20
Hex FE AB 14

RGB Percentages of Color #feab14

%57.08
%38.43
%4.49

CMYK Percentages of Color #feab14

%0
%33
%92
%0

Triadic Colors of #feab14

#feab14 #14feab #ab14fe

Analogous Colors of #feab14

#feab14 #dcfe14 #fe3614

Monochromatic Colors of #feab14

#feab14

Complementary Color

#feab14 #1467fe

#feab14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab14 Color CSS Codes

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

#feab14 Text Font Color

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

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


#feab14 Background Color

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

This div background color is #feab14


#feab14 Border Color

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

This div border color is #feab14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab14

Related Colors


Comments

No comments written yet.

Please login to write comment.