Color Hex Logo

#fef193 Color Hex

#FEF193
(254,241,147)
0 Favorites   0 Comments

Color spaces of #fef193

RGB 254241147
HSL0.150.980.79
HSV53°42°100°
CMYK 0.000.050.42   0.00
XYZ77.594886.088040.1307
Yxy86.08800.38070.4224
Hunter Lab92.7836-13.092139.3045
CIE-Lab94.3500-8.340346.8631

#fef193 color RGB value is (254,241,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 10010011
Octal 376 361 223
Decimal 254 241 147
Hex FE F1 93

RGB Percentages of Color #fef193

%39.56
%37.54
%22.90

CMYK Percentages of Color #fef193

%0
%5
%42
%0

Triadic Colors of #fef193

#fef193 #93fef1 #f193fe

Analogous Colors of #fef193

#fef193 #d6fe93 #febc93

Monochromatic Colors of #fef193

#fef193

Complementary Color

#fef193 #93a0fe

#fef193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef193 Color CSS Codes

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

#fef193 Text Font Color

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

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


#fef193 Background Color

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

This div background color is #fef193


#fef193 Border Color

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

This div border color is #fef193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef193


Comments

No comments written yet.

Please login to write comment.