Color Hex Logo

#feaf57 Color Hex

#FEAF57
(254,175,87)
0 Favorites   0 Comments

Color spaces of #feaf57

RGB 25417587
HSL0.090.990.67
HSV32°66°100°
CMYK 0.000.310.66   0.00
XYZ57.923352.418916.0818
Yxy52.41890.45820.4146
Hunter Lab72.400916.104837.5110
CIE-Lab77.530720.761955.5403

#feaf57 color RGB value is (254,175,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 01010111
Octal 376 257 127
Decimal 254 175 87
Hex FE AF 57

RGB Percentages of Color #feaf57

%49.22
%33.91
%16.86

CMYK Percentages of Color #feaf57

%0
%31
%66
%0

Triadic Colors of #feaf57

#feaf57 #57feaf #af57fe

Analogous Colors of #feaf57

#feaf57 #fafe57 #fe5c57

Monochromatic Colors of #feaf57

#feaf57

Complementary Color

#feaf57 #57a6fe

#feaf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf57 Color CSS Codes

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

#feaf57 Text Font Color

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

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


#feaf57 Background Color

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

This div background color is #feaf57


#feaf57 Border Color

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

This div border color is #feaf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf57


Comments

No comments written yet.

Please login to write comment.