Color Hex Logo

#feaf4e Color Hex

#FEAF4E
(254,175,78)
0 Favorites   0 Comments

Color spaces of #feaf4e

RGB 25417578
HSL0.090.990.65
HSV33°69°100°
CMYK 0.000.310.69   0.00
XYZ57.578252.280814.2642
Yxy52.28080.46390.4212
Hunter Lab72.305515.608338.9173
CIE-Lab77.448420.272759.5417

#feaf4e color RGB value is (254,175,78).

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

The process color (four color CMYK) of #feaf4e color hex is 0.00, 0.31, 0.69, 0.00. Web safe color of #feaf4e is #ff9966. Color #feaf4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 01001110
Octal 376 257 116
Decimal 254 175 78
Hex FE AF 4E

RGB Percentages of Color #feaf4e

%50.10
%34.52
%15.38

CMYK Percentages of Color #feaf4e

%0
%31
%69
%0

Triadic Colors of #feaf4e

#feaf4e #4efeaf #af4efe

Analogous Colors of #feaf4e

#feaf4e #f5fe4e #fe574e

Monochromatic Colors of #feaf4e

#feaf4e

Complementary Color

#feaf4e #4e9dfe

#feaf4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf4e Color CSS Codes

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

#feaf4e Text Font Color

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

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


#feaf4e Background Color

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

This div background color is #feaf4e


#feaf4e Border Color

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

This div border color is #feaf4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf4e


Comments

No comments written yet.

Please login to write comment.