Color Hex Logo

#fee982 Color Hex

#FEE982
(254,233,130)
0 Favorites   0 Comments

Color spaces of #fee982

RGB 254233130
HSL0.140.980.75
HSV50°49°100°
CMYK 0.000.080.49   0.00
XYZ74.041280.960432.8436
Yxy80.96040.39420.4310
Hunter Lab89.9780-10.577241.3427
CIE-Lab92.1141-5.948352.2733

#fee982 color RGB value is (254,233,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 10000010
Octal 376 351 202
Decimal 254 233 130
Hex FE E9 82

RGB Percentages of Color #fee982

%41.17
%37.76
%21.07

CMYK Percentages of Color #fee982

%0
%8
%49
%0

Triadic Colors of #fee982

#fee982 #82fee9 #e982fe

Analogous Colors of #fee982

#fee982 #d5fe82 #feab82

Monochromatic Colors of #fee982

#fee982

Complementary Color

#fee982 #8297fe

#fee982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee982 Color CSS Codes

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

#fee982 Text Font Color

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

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


#fee982 Background Color

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

This div background color is #fee982


#fee982 Border Color

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

This div border color is #fee982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee982

Related Colors


Comments

No comments written yet.

Please login to write comment.