Color Hex Logo

#feaa10 Color Hex

#FEAA10
(254,170,16)
0 Favorites   0 Comments

Color spaces of #feaa10

RGB 25417016
HSL0.110.990.53
HSV39°94°100°
CMYK 0.000.330.94   0.00
XYZ55.341349.85777.1969
Yxy49.85770.49240.4436
Hunter Lab70.610016.333743.3839
CIE-Lab75.981821.043177.7248

#feaa10 color RGB value is (254,170,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 00010000
Octal 376 252 20
Decimal 254 170 16
Hex FE AA 10

RGB Percentages of Color #feaa10

%57.73
%38.64
%3.64

CMYK Percentages of Color #feaa10

%0
%33
%94
%0

Triadic Colors of #feaa10

#feaa10 #10feaa #aa10fe

Analogous Colors of #feaa10

#feaa10 #dbfe10 #fe3310

Monochromatic Colors of #feaa10

#feaa10

Complementary Color

#feaa10 #1064fe

#feaa10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa10 Color CSS Codes

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

#feaa10 Text Font Color

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

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


#feaa10 Background Color

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

This div background color is #feaa10


#feaa10 Border Color

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

This div border color is #feaa10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa10


Comments

No comments written yet.

Please login to write comment.