Color Hex Logo

#feab3c Color Hex

#FEAB3C
(254,171,60)
0 Favorites   0 Comments

Color spaces of #feab3c

RGB 25417160
HSL0.100.990.62
HSV34°76°100°
CMYK 0.000.330.76   0.00
XYZ56.251650.522911.0621
Yxy50.52290.47740.4288
Hunter Lab71.079516.874140.5283
CIE-Lab76.389121.564465.9685

#feab3c color RGB value is (254,171,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 00111100
Octal 376 253 74
Decimal 254 171 60
Hex FE AB 3C

RGB Percentages of Color #feab3c

%52.37
%35.26
%12.37

CMYK Percentages of Color #feab3c

%0
%33
%76
%0

Triadic Colors of #feab3c

#feab3c #3cfeab #ab3cfe

Analogous Colors of #feab3c

#feab3c #f0fe3c #fe4a3c

Monochromatic Colors of #feab3c

#feab3c

Complementary Color

#feab3c #3c8ffe

#feab3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab3c Color CSS Codes

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

#feab3c Text Font Color

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

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


#feab3c Background Color

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

This div background color is #feab3c


#feab3c Border Color

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

This div border color is #feab3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab3c

Related Colors


Comments

No comments written yet.

Please login to write comment.