Color Hex Logo

#feaf40 Color Hex

#FEAF40
(254,175,64)
0 Favorites   0 Comments

Color spaces of #feaf40

RGB 25417564
HSL0.100.990.62
HSV35°75°100°
CMYK 0.000.310.75   0.00
XYZ57.128452.100911.8960
Yxy52.10090.47160.4301
Hunter Lab72.181014.959140.7552
CIE-Lab77.341119.630765.3215

#feaf40 color RGB value is (254,175,64).

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

The process color (four color CMYK) of #feaf40 color hex is 0.00, 0.31, 0.75, 0.00. Web safe color of #feaf40 is #ff9933. Color #feaf40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 01000000
Octal 376 257 100
Decimal 254 175 64
Hex FE AF 40

RGB Percentages of Color #feaf40

%51.52
%35.50
%12.98

CMYK Percentages of Color #feaf40

%0
%31
%75
%0

Triadic Colors of #feaf40

#feaf40 #40feaf #af40fe

Analogous Colors of #feaf40

#feaf40 #eefe40 #fe5040

Monochromatic Colors of #feaf40

#feaf40

Complementary Color

#feaf40 #408ffe

#feaf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf40 Color CSS Codes

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

#feaf40 Text Font Color

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

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


#feaf40 Background Color

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

This div background color is #feaf40


#feaf40 Border Color

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

This div border color is #feaf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf40

Related Colors


Comments

No comments written yet.

Please login to write comment.