Color Hex Logo

#fee194 Color Hex

#FEE194
(254,225,148)
0 Favorites   0 Comments

Color spaces of #fee194

RGB 254225148
HSL0.120.980.79
HSV44°42°100°
CMYK 0.000.110.42   0.00
XYZ73.143677.059439.0358
Yxy77.05940.38650.4072
Hunter Lab87.7835-4.890035.0832
CIE-Lab90.3489-0.206741.2809

#fee194 color RGB value is (254,225,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 10010100
Octal 376 341 224
Decimal 254 225 148
Hex FE E1 94

RGB Percentages of Color #fee194

%40.51
%35.89
%23.60

CMYK Percentages of Color #fee194

%0
%11
%42
%0

Triadic Colors of #fee194

#fee194 #94fee1 #e194fe

Analogous Colors of #fee194

#fee194 #e6fe94 #feac94

Monochromatic Colors of #fee194

#fee194

Complementary Color

#fee194 #94b1fe

#fee194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee194 Color CSS Codes

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

#fee194 Text Font Color

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

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


#fee194 Background Color

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

This div background color is #fee194


#fee194 Border Color

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

This div border color is #fee194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee194


Comments

No comments written yet.

Please login to write comment.