Color Hex Logo

#feaa12 Color Hex

#FEAA12
(254,170,18)
0 Favorites   0 Comments

Color spaces of #feaa12

RGB 25417018
HSL0.110.990.53
HSV39°93°100°
CMYK 0.000.330.93   0.00
XYZ55.357049.86407.2793
Yxy49.86400.49210.4432
Hunter Lab70.614416.356843.3182
CIE-Lab75.985721.065977.4240

#feaa12 color RGB value is (254,170,18).

#feaa12 hex color red value is 254, green value is 170 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #feaa12 hue: 0.11 , saturation: 0.99 and the lightness value of feaa12 is 0.53.

The process color (four color CMYK) of #feaa12 color hex is 0.00, 0.33, 0.93, 0.00. Web safe color of #feaa12 is #ff9900. Color #feaa12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 00010010
Octal 376 252 22
Decimal 254 170 18
Hex FE AA 12

RGB Percentages of Color #feaa12

%57.47
%38.46
%4.07

CMYK Percentages of Color #feaa12

%0
%33
%93
%0

Triadic Colors of #feaa12

#feaa12 #12feaa #aa12fe

Analogous Colors of #feaa12

#feaa12 #dcfe12 #fe3412

Monochromatic Colors of #feaa12

#feaa12

Complementary Color

#feaa12 #1266fe

#feaa12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa12 Color CSS Codes

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

#feaa12 Text Font Color

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

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


#feaa12 Background Color

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

This div background color is #feaa12


#feaa12 Border Color

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

This div border color is #feaa12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa12

Related Colors


Comments

No comments written yet.

Please login to write comment.