Color Hex Logo

#fe984f Color Hex

#FE984F
(254,152,79)
0 Favorites   0 Comments

Color spaces of #fe984f

RGB 25415279
HSL0.070.990.65
HSV25°69°100°
CMYK 0.000.400.69   0.00
XYZ53.512644.091813.0873
Yxy44.09180.48340.3983
Hunter Lab66.401727.648934.7955
CIE-Lab72.289832.306653.5217

#fe984f color RGB value is (254,152,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011000 01001111
Octal 376 230 117
Decimal 254 152 79
Hex FE 98 4F

RGB Percentages of Color #fe984f

%52.37
%31.34
%16.29

CMYK Percentages of Color #fe984f

%0
%40
%69
%0

Triadic Colors of #fe984f

#fe984f #4ffe98 #984ffe

Analogous Colors of #fe984f

#fe984f #fef04f #fe4f5e

Monochromatic Colors of #fe984f

#fe984f

Complementary Color

#fe984f #4fb5fe

#fe984f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe984f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe984f Color CSS Codes

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

#fe984f Text Font Color

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

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


#fe984f Background Color

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

This div background color is #fe984f


#fe984f Border Color

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

This div border color is #fe984f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe984f


Comments

No comments written yet.

Please login to write comment.