Color Hex Logo

#fee984 Color Hex

#FEE984
(254,233,132)
0 Favorites   0 Comments

Color spaces of #fee984

RGB 254233132
HSL0.140.980.76
HSV50°48°100°
CMYK 0.000.080.48   0.00
XYZ74.176881.014633.5576
Yxy81.01460.39300.4292
Hunter Lab90.0081-10.410140.9007
CIE-Lab92.1382-5.771651.3498

#fee984 color RGB value is (254,233,132).

#fee984 hex color red value is 254, green value is 233 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fee984 hue: 0.14 , saturation: 0.98 and the lightness value of fee984 is 0.76.

The process color (four color CMYK) of #fee984 color hex is 0.00, 0.08, 0.48, 0.00. Web safe color of #fee984 is #ffff99. Color #fee984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 10000100
Octal 376 351 204
Decimal 254 233 132
Hex FE E9 84

RGB Percentages of Color #fee984

%41.03
%37.64
%21.32

CMYK Percentages of Color #fee984

%0
%8
%48
%0

Triadic Colors of #fee984

#fee984 #84fee9 #e984fe

Analogous Colors of #fee984

#fee984 #d6fe84 #feac84

Monochromatic Colors of #fee984

#fee984

Complementary Color

#fee984 #8499fe

#fee984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee984 Color CSS Codes

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

#fee984 Text Font Color

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

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


#fee984 Background Color

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

This div background color is #fee984


#fee984 Border Color

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

This div border color is #fee984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee984

Related Colors


Comments

No comments written yet.

Please login to write comment.