Color Hex Logo

#feac4d Color Hex

#FEAC4D
(254,172,77)
0 Favorites   0 Comments

Color spaces of #feac4d

RGB 25417277
HSL0.090.990.65
HSV32°70°100°
CMYK 0.000.320.70   0.00
XYZ56.965151.111713.8843
Yxy51.11170.46710.4191
Hunter Lab71.492417.116838.5302
CIE-Lab76.746621.790859.2415

#feac4d color RGB value is (254,172,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 01001101
Octal 376 254 115
Decimal 254 172 77
Hex FE AC 4D

RGB Percentages of Color #feac4d

%50.50
%34.19
%15.31

CMYK Percentages of Color #feac4d

%0
%32
%70
%0

Triadic Colors of #feac4d

#feac4d #4dfeac #ac4dfe

Analogous Colors of #feac4d

#feac4d #f8fe4d #fe544d

Monochromatic Colors of #feac4d

#feac4d

Complementary Color

#feac4d #4d9ffe

#feac4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feac4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feac4d Color CSS Codes

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

#feac4d Text Font Color

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

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


#feac4d Background Color

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

This div background color is #feac4d


#feac4d Border Color

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

This div border color is #feac4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feac4d

Related Colors


Comments

No comments written yet.

Please login to write comment.