Color Hex Logo

#feab2e Color Hex

#FEAB2E
(254,171,46)
0 Favorites   0 Comments

Color spaces of #feab2e

RGB 25417146
HSL0.100.990.59
HSV36°82°100°
CMYK 0.000.330.82   0.00
XYZ55.929150.39399.3640
Yxy50.39390.48350.4356
Hunter Lab70.988716.402841.8712
CIE-Lab76.310421.099870.8756

#feab2e color RGB value is (254,171,46).

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

The process color (four color CMYK) of #feab2e color hex is 0.00, 0.33, 0.82, 0.00. Web safe color of #feab2e is #ff9933. Color #feab2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 00101110
Octal 376 253 56
Decimal 254 171 46
Hex FE AB 2E

RGB Percentages of Color #feab2e

%53.93
%36.31
%9.77

CMYK Percentages of Color #feab2e

%0
%33
%82
%0

Triadic Colors of #feab2e

#feab2e #2efeab #ab2efe

Analogous Colors of #feab2e

#feab2e #e9fe2e #fe432e

Monochromatic Colors of #feab2e

#feab2e

Complementary Color

#feab2e #2e81fe

#feab2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab2e Color CSS Codes

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

#feab2e Text Font Color

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

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


#feab2e Background Color

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

This div background color is #feab2e


#feab2e Border Color

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

This div border color is #feab2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab2e


Comments

No comments written yet.

Please login to write comment.