Color Hex Logo

#feee83 Color Hex

#FEEE83
(254,238,131)
0 Favorites   0 Comments

Color spaces of #feee83

RGB 254238131
HSL0.140.980.75
HSV52°48°100°
CMYK 0.000.060.48   0.00
XYZ75.544383.858633.6774
Yxy83.85860.39130.4343
Hunter Lab91.5743-13.001442.2975
CIE-Lab93.3891-8.351653.3459

#feee83 color RGB value is (254,238,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 10000011
Octal 376 356 203
Decimal 254 238 131
Hex FE EE 83

RGB Percentages of Color #feee83

%40.77
%38.20
%21.03

CMYK Percentages of Color #feee83

%0
%6
%48
%0

Triadic Colors of #feee83

#feee83 #83feee #ee83fe

Analogous Colors of #feee83

#feee83 #d1fe83 #feb183

Monochromatic Colors of #feee83

#feee83

Complementary Color

#feee83 #8393fe

#feee83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee83 Color CSS Codes

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

#feee83 Text Font Color

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

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


#feee83 Background Color

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

This div background color is #feee83


#feee83 Border Color

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

This div border color is #feee83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee83


Comments

No comments written yet.

Please login to write comment.