Color Hex Logo

#fee596 Color Hex

#FEE596
(254,229,150)
0 Favorites   0 Comments

Color spaces of #fee596

RGB 254229150
HSL0.130.980.79
HSV46°41°100°
CMYK 0.000.100.41   0.00
XYZ74.397479.311540.2416
Yxy79.31150.38360.4089
Hunter Lab89.0570-6.732535.5489
CIE-Lab91.3750-2.026341.6019

#fee596 color RGB value is (254,229,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 10010110
Octal 376 345 226
Decimal 254 229 150
Hex FE E5 96

RGB Percentages of Color #fee596

%40.13
%36.18
%23.70

CMYK Percentages of Color #fee596

%0
%10
%41
%0

Triadic Colors of #fee596

#fee596 #96fee5 #e596fe

Analogous Colors of #fee596

#fee596 #e3fe96 #feb196

Monochromatic Colors of #fee596

#fee596

Complementary Color

#fee596 #96affe

#fee596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee596 Color CSS Codes

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

#fee596 Text Font Color

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

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


#fee596 Background Color

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

This div background color is #fee596


#fee596 Border Color

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

This div border color is #fee596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee596


Comments

No comments written yet.

Please login to write comment.