Color Hex Logo

#fea84f Color Hex

#FEA84F
(254,168,79)
0 Favorites   0 Comments

Color spaces of #fea84f

RGB 25416879
HSL0.080.990.65
HSV31°69°100°
CMYK 0.000.340.69   0.00
XYZ56.287049.640614.0121
Yxy49.64060.46930.4139
Hunter Lab70.456119.304637.5278
CIE-Lab75.848123.984257.3845

#fea84f color RGB value is (254,168,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 01001111
Octal 376 250 117
Decimal 254 168 79
Hex FE A8 4F

RGB Percentages of Color #fea84f

%50.70
%33.53
%15.77

CMYK Percentages of Color #fea84f

%0
%34
%69
%0

Triadic Colors of #fea84f

#fea84f #4ffea8 #a84ffe

Analogous Colors of #fea84f

#fea84f #fdfe4f #fe504f

Monochromatic Colors of #fea84f

#fea84f

Complementary Color

#fea84f #4fa5fe

#fea84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea84f Color CSS Codes

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

#fea84f Text Font Color

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

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


#fea84f Background Color

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

This div background color is #fea84f


#fea84f Border Color

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

This div border color is #fea84f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,168,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 #fea84f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea84f


Comments

No comments written yet.

Please login to write comment.