Color Hex Logo

#fee195 Color Hex

#FEE195
(254,225,149)
0 Favorites   0 Comments

Color spaces of #fee195

RGB 254225149
HSL0.120.980.79
HSV43°41°100°
CMYK 0.000.110.41   0.00
XYZ73.223177.091239.4546
Yxy77.09120.38590.4062
Hunter Lab87.8016-4.790834.8185
CIE-Lab90.3636-0.103840.7998

#fee195 color RGB value is (254,225,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 10010101
Octal 376 341 225
Decimal 254 225 149
Hex FE E1 95

RGB Percentages of Color #fee195

%40.45
%35.83
%23.73

CMYK Percentages of Color #fee195

%0
%11
%41
%0

Triadic Colors of #fee195

#fee195 #95fee1 #e195fe

Analogous Colors of #fee195

#fee195 #e7fe95 #fead95

Monochromatic Colors of #fee195

#fee195

Complementary Color

#fee195 #95b2fe

#fee195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee195 Color CSS Codes

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

#fee195 Text Font Color

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

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


#fee195 Background Color

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

This div background color is #fee195


#fee195 Border Color

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

This div border color is #fee195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee195

Related Colors


Comments

No comments written yet.

Please login to write comment.