Color Hex Logo

#fead4f Color Hex

#FEAD4F
(254,173,79)
0 Favorites   0 Comments

Color spaces of #fead4f

RGB 25417379
HSL0.090.990.65
HSV32°69°100°
CMYK 0.000.320.69   0.00
XYZ57.227951.522514.3257
Yxy51.52250.46500.4186
Hunter Lab71.779216.700438.4123
CIE-Lab76.994421.369958.6131

#fead4f color RGB value is (254,173,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 01001111
Octal 376 255 117
Decimal 254 173 79
Hex FE AD 4F

RGB Percentages of Color #fead4f

%50.20
%34.19
%15.61

CMYK Percentages of Color #fead4f

%0
%32
%69
%0

Triadic Colors of #fead4f

#fead4f #4ffead #ad4ffe

Analogous Colors of #fead4f

#fead4f #f8fe4f #fe564f

Monochromatic Colors of #fead4f

#fead4f

Complementary Color

#fead4f #4fa0fe

#fead4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fead4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fead4f Color CSS Codes

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

#fead4f Text Font Color

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

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


#fead4f Background Color

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

This div background color is #fead4f


#fead4f Border Color

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

This div border color is #fead4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fead4f


Comments

No comments written yet.

Please login to write comment.