Color Hex Logo

#fef093 Color Hex

#FEF093
(254,240,147)
0 Favorites   0 Comments

Color spaces of #fef093

RGB 254240147
HSL0.140.980.79
HSV52°42°100°
CMYK 0.000.060.42   0.00
XYZ77.299685.497640.0323
Yxy85.49760.38110.4215
Hunter Lab92.4649-12.589739.0561
CIE-Lab94.0971-7.843946.5444

#fef093 color RGB value is (254,240,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 10010011
Octal 376 360 223
Decimal 254 240 147
Hex FE F0 93

RGB Percentages of Color #fef093

%39.63
%37.44
%22.93

CMYK Percentages of Color #fef093

%0
%6
%42
%0

Triadic Colors of #fef093

#fef093 #93fef0 #f093fe

Analogous Colors of #fef093

#fef093 #d7fe93 #febb93

Monochromatic Colors of #fef093

#fef093

Complementary Color

#fef093 #93a1fe

#fef093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef093 Color CSS Codes

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

#fef093 Text Font Color

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

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


#fef093 Background Color

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

This div background color is #fef093


#fef093 Border Color

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

This div border color is #fef093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef093


Comments

No comments written yet.

Please login to write comment.