Color Hex Logo

#fee993 Color Hex

#FEE993
(254,233,147)
0 Favorites   0 Comments

Color spaces of #fee993

RGB 254233147
HSL0.130.980.79
HSV48°42°100°
CMYK 0.000.080.42   0.00
XYZ75.278481.455239.3586
Yxy81.45520.38390.4154
Hunter Lab90.2525-9.057537.3208
CIE-Lab92.3339-4.347444.3126

#fee993 color RGB value is (254,233,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 10010011
Octal 376 351 223
Decimal 254 233 147
Hex FE E9 93

RGB Percentages of Color #fee993

%40.06
%36.75
%23.19

CMYK Percentages of Color #fee993

%0
%8
%42
%0

Triadic Colors of #fee993

#fee993 #93fee9 #e993fe

Analogous Colors of #fee993

#fee993 #defe93 #feb493

Monochromatic Colors of #fee993

#fee993

Complementary Color

#fee993 #93a8fe

#fee993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee993 Color CSS Codes

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

#fee993 Text Font Color

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

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


#fee993 Background Color

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

This div background color is #fee993


#fee993 Border Color

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

This div border color is #fee993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee993

Related Colors


Comments

No comments written yet.

Please login to write comment.