Color Hex Logo

#feab41 Color Hex

#FEAB41
(254,171,65)
0 Favorites   0 Comments

Color spaces of #feab41

RGB 25417165
HSL0.090.990.63
HSV34°74°100°
CMYK 0.000.330.74   0.00
XYZ56.390150.578311.7915
Yxy50.57830.47480.4259
Hunter Lab71.118417.076239.9526
CIE-Lab76.422921.763164.0190

#feab41 color RGB value is (254,171,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 01000001
Octal 376 253 101
Decimal 254 171 65
Hex FE AB 41

RGB Percentages of Color #feab41

%51.84
%34.90
%13.27

CMYK Percentages of Color #feab41

%0
%33
%74
%0

Triadic Colors of #feab41

#feab41 #41feab #ab41fe

Analogous Colors of #feab41

#feab41 #f3fe41 #fe4c41

Monochromatic Colors of #feab41

#feab41

Complementary Color

#feab41 #4194fe

#feab41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab41 Color CSS Codes

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

#feab41 Text Font Color

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

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


#feab41 Background Color

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

This div background color is #feab41


#feab41 Border Color

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

This div border color is #feab41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab41


Comments

No comments written yet.

Please login to write comment.