Color Hex Logo

#fee593 Color Hex

#FEE593
(254,229,147)
0 Favorites   0 Comments

Color spaces of #fee593

RGB 254229147
HSL0.130.980.79
HSV46°42°100°
CMYK 0.000.100.42   0.00
XYZ74.158879.216038.9854
Yxy79.21600.38550.4118
Hunter Lab89.0034-7.027336.3321
CIE-Lab91.3319-2.333643.0369

#fee593 color RGB value is (254,229,147).

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

The process color (four color CMYK) of #fee593 color hex is 0.00, 0.10, 0.42, 0.00. Web safe color of #fee593 is #ffcc99. Color #fee593 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 10010011
Octal 376 345 223
Decimal 254 229 147
Hex FE E5 93

RGB Percentages of Color #fee593

%40.32
%36.35
%23.33

CMYK Percentages of Color #fee593

%0
%10
%42
%0

Triadic Colors of #fee593

#fee593 #93fee5 #e593fe

Analogous Colors of #fee593

#fee593 #e2fe93 #feb093

Monochromatic Colors of #fee593

#fee593

Complementary Color

#fee593 #93acfe

#fee593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee593 Color CSS Codes

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

#fee593 Text Font Color

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

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


#fee593 Background Color

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

This div background color is #fee593


#fee593 Border Color

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

This div border color is #fee593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee593

Related Colors


Comments

No comments written yet.

Please login to write comment.