Color Hex Logo

#feaa25 Color Hex

#FEAA25
(254,170,37)
0 Favorites   0 Comments

Color spaces of #feaa25

RGB 25417037
HSL0.100.990.57
HSV37°85°100°
CMYK 0.000.330.85   0.00
XYZ55.581749.95398.4628
Yxy49.95390.48760.4382
Hunter Lab70.678116.686942.3754
CIE-Lab76.041021.391973.3391

#feaa25 color RGB value is (254,170,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 00100101
Octal 376 252 45
Decimal 254 170 37
Hex FE AA 25

RGB Percentages of Color #feaa25

%55.10
%36.88
%8.03

CMYK Percentages of Color #feaa25

%0
%33
%85
%0

Triadic Colors of #feaa25

#feaa25 #25feaa #aa25fe

Analogous Colors of #feaa25

#feaa25 #e6fe25 #fe3d25

Monochromatic Colors of #feaa25

#feaa25

Complementary Color

#feaa25 #2579fe

#feaa25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa25 Color CSS Codes

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

#feaa25 Text Font Color

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

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


#feaa25 Background Color

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

This div background color is #feaa25


#feaa25 Border Color

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

This div border color is #feaa25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa25


Comments

No comments written yet.

Please login to write comment.