Color Hex Logo

#feab0f Color Hex

#FEAB0F
(254,171,15)
0 Favorites   0 Comments

Color spaces of #feab0f

RGB 25417115
HSL0.110.990.53
HSV39°94°100°
CMYK 0.000.330.94   0.00
XYZ55.522250.23117.2212
Yxy50.23110.49150.4446
Hunter Lab70.873915.806543.5708
CIE-Lab76.210920.510278.0288

#feab0f color RGB value is (254,171,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 00001111
Octal 376 253 17
Decimal 254 171 15
Hex FE AB F

RGB Percentages of Color #feab0f

%57.73
%38.86
%3.41

CMYK Percentages of Color #feab0f

%0
%33
%94
%0

Triadic Colors of #feab0f

#feab0f #0ffeab #ab0ffe

Analogous Colors of #feab0f

#feab0f #dafe0f #fe330f

Monochromatic Colors of #feab0f

#feab0f

Complementary Color

#feab0f #0f62fe

#feab0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab0f Color CSS Codes

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

#feab0f Text Font Color

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

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


#feab0f Background Color

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

This div background color is #feab0f


#feab0f Border Color

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

This div border color is #feab0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab0f

Related Colors


Comments

No comments written yet.

Please login to write comment.