Color Hex Logo

#fee983 Color Hex

#FEE983
(254,233,131)
0 Favorites   0 Comments

Color spaces of #fee983

RGB 254233131
HSL0.140.980.75
HSV50°48°100°
CMYK 0.000.080.48   0.00
XYZ74.108780.987433.1989
Yxy80.98740.39360.4301
Hunter Lab89.9930-10.494141.1227
CIE-Lab92.1261-5.860451.8120

#fee983 color RGB value is (254,233,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 10000011
Octal 376 351 203
Decimal 254 233 131
Hex FE E9 83

RGB Percentages of Color #fee983

%41.10
%37.70
%21.20

CMYK Percentages of Color #fee983

%0
%8
%48
%0

Triadic Colors of #fee983

#fee983 #83fee9 #e983fe

Analogous Colors of #fee983

#fee983 #d6fe83 #feac83

Monochromatic Colors of #fee983

#fee983

Complementary Color

#fee983 #8398fe

#fee983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee983 Color CSS Codes

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

#fee983 Text Font Color

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

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


#fee983 Background Color

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

This div background color is #fee983


#fee983 Border Color

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

This div border color is #fee983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee983


Comments

No comments written yet.

Please login to write comment.