Color Hex Logo

#feab2c Color Hex

#FEAB2C
(254,171,44)
0 Favorites   0 Comments

Color spaces of #feab2c

RGB 25417144
HSL0.100.990.58
HSV36°83°100°
CMYK 0.000.330.83   0.00
XYZ55.890650.37859.1611
Yxy50.37850.48420.4364
Hunter Lab70.977816.346442.0319
CIE-Lab76.301021.044271.5016

#feab2c color RGB value is (254,171,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 00101100
Octal 376 253 54
Decimal 254 171 44
Hex FE AB 2C

RGB Percentages of Color #feab2c

%54.16
%36.46
%9.38

CMYK Percentages of Color #feab2c

%0
%33
%83
%0

Triadic Colors of #feab2c

#feab2c #2cfeab #ab2cfe

Analogous Colors of #feab2c

#feab2c #e8fe2c #fe422c

Monochromatic Colors of #feab2c

#feab2c

Complementary Color

#feab2c #2c7ffe

#feab2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab2c Color CSS Codes

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

#feab2c Text Font Color

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

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


#feab2c Background Color

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

This div background color is #feab2c


#feab2c Border Color

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

This div border color is #feab2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab2c


Comments

No comments written yet.

Please login to write comment.