Color Hex Logo

#fef194 Color Hex

#FEF194
(254,241,148)
0 Favorites   0 Comments

Color spaces of #fef194

RGB 254241148
HSL0.150.980.79
HSV53°42°100°
CMYK 0.000.050.42   0.00
XYZ77.673686.119540.5459
Yxy86.11950.38010.4215
Hunter Lab92.8006-12.997539.0558
CIE-Lab94.3634-8.240246.3934

#fef194 color RGB value is (254,241,148).

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

The process color (four color CMYK) of #fef194 color hex is 0.00, 0.05, 0.42, 0.00. Web safe color of #fef194 is #ffff99. Color #fef194 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 10010100
Octal 376 361 224
Decimal 254 241 148
Hex FE F1 94

RGB Percentages of Color #fef194

%39.50
%37.48
%23.02

CMYK Percentages of Color #fef194

%0
%5
%42
%0

Triadic Colors of #fef194

#fef194 #94fef1 #f194fe

Analogous Colors of #fef194

#fef194 #d6fe94 #febc94

Monochromatic Colors of #fef194

#fef194

Complementary Color

#fef194 #94a1fe

#fef194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef194 Color CSS Codes

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

#fef194 Text Font Color

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

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


#fef194 Background Color

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

This div background color is #fef194


#fef194 Border Color

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

This div border color is #fef194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef194

Related Colors


Comments

No comments written yet.

Please login to write comment.