Color Hex Logo

#feac59 Color Hex

#FEAC59
(254,172,89)
0 Favorites   0 Comments

Color spaces of #feac59

RGB 25417289
HSL0.080.990.67
HSV30°65°100°
CMYK 0.000.320.65   0.00
XYZ57.428751.297116.3257
Yxy51.29710.45920.4102
Hunter Lab71.622017.788336.6207
CIE-Lab76.858622.448553.8499

#feac59 color RGB value is (254,172,89).

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

The process color (four color CMYK) of #feac59 color hex is 0.00, 0.32, 0.65, 0.00. Web safe color of #feac59 is #ff9966. Color #feac59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 01011001
Octal 376 254 131
Decimal 254 172 89
Hex FE AC 59

RGB Percentages of Color #feac59

%49.32
%33.40
%17.28

CMYK Percentages of Color #feac59

%0
%32
%65
%0

Triadic Colors of #feac59

#feac59 #59feac #ac59fe

Analogous Colors of #feac59

#feac59 #fefe59 #fe5a59

Monochromatic Colors of #feac59

#feac59

Complementary Color

#feac59 #59abfe

#feac59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feac59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feac59 Color CSS Codes

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

#feac59 Text Font Color

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

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


#feac59 Background Color

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

This div background color is #feac59


#feac59 Border Color

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

This div border color is #feac59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feac59


Comments

No comments written yet.

Please login to write comment.