Color Hex Logo

#feaf56 Color Hex

#FEAF56
(254,175,86)
0 Favorites   0 Comments

Color spaces of #feaf56

RGB 25417586
HSL0.090.990.67
HSV32°66°100°
CMYK 0.000.310.66   0.00
XYZ57.882752.402715.8681
Yxy52.40270.45880.4154
Hunter Lab72.389716.046337.6762
CIE-Lab77.521020.704455.9941

#feaf56 color RGB value is (254,175,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 01010110
Octal 376 257 126
Decimal 254 175 86
Hex FE AF 56

RGB Percentages of Color #feaf56

%49.32
%33.98
%16.70

CMYK Percentages of Color #feaf56

%0
%31
%66
%0

Triadic Colors of #feaf56

#feaf56 #56feaf #af56fe

Analogous Colors of #feaf56

#feaf56 #f9fe56 #fe5b56

Monochromatic Colors of #feaf56

#feaf56

Complementary Color

#feaf56 #56a5fe

#feaf56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf56 Color CSS Codes

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

#feaf56 Text Font Color

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

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


#feaf56 Background Color

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

This div background color is #feaf56


#feaf56 Border Color

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

This div border color is #feaf56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf56

Related Colors


Comments

No comments written yet.

Please login to write comment.