Color Hex Logo

#feac2b Color Hex

#FEAC2B
(254,172,43)
0 Favorites   0 Comments

Color spaces of #feac2b

RGB 25417243
HSL0.100.990.58
HSV37°83°100°
CMYK 0.000.320.83   0.00
XYZ56.061650.75039.1265
Yxy50.75030.48350.4377
Hunter Lab71.239215.801642.2718
CIE-Lab76.527520.494772.0026

#feac2b color RGB value is (254,172,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 00101011
Octal 376 254 53
Decimal 254 172 43
Hex FE AC 2B

RGB Percentages of Color #feac2b

%54.16
%36.67
%9.17

CMYK Percentages of Color #feac2b

%0
%32
%83
%0

Triadic Colors of #feac2b

#feac2b #2bfeac #ac2bfe

Analogous Colors of #feac2b

#feac2b #e7fe2b #fe432b

Monochromatic Colors of #feac2b

#feac2b

Complementary Color

#feac2b #2b7dfe

#feac2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feac2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feac2b Color CSS Codes

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

#feac2b Text Font Color

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

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


#feac2b Background Color

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

This div background color is #feac2b


#feac2b Border Color

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

This div border color is #feac2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feac2b


Comments

No comments written yet.

Please login to write comment.