Color Hex Logo

#fee795 Color Hex

#FEE795
(254,231,149)
0 Favorites   0 Comments

Color spaces of #fee795

RGB 254231149
HSL0.130.980.79
HSV47°41°100°
CMYK 0.000.090.41   0.00
XYZ74.873880.392640.0048
Yxy80.39260.38340.4117
Hunter Lab89.6619-7.848736.3097
CIE-Lab91.8607-3.138342.7214

#fee795 color RGB value is (254,231,149).

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

The process color (four color CMYK) of #fee795 color hex is 0.00, 0.09, 0.41, 0.00. Web safe color of #fee795 is #ffff99. Color #fee795 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 10010101
Octal 376 347 225
Decimal 254 231 149
Hex FE E7 95

RGB Percentages of Color #fee795

%40.06
%36.44
%23.50

CMYK Percentages of Color #fee795

%0
%9
%41
%0

Triadic Colors of #fee795

#fee795 #95fee7 #e795fe

Analogous Colors of #fee795

#fee795 #e1fe95 #feb395

Monochromatic Colors of #fee795

#fee795

Complementary Color

#fee795 #95acfe

#fee795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee795 Color CSS Codes

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

#fee795 Text Font Color

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

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


#fee795 Background Color

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

This div background color is #fee795


#fee795 Border Color

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

This div border color is #fee795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee795

Related Colors


Comments

No comments written yet.

Please login to write comment.