Color Hex Logo

#fef794 Color Hex

#FEF794
(254,247,148)
0 Favorites   0 Comments

Color spaces of #fef794

RGB 254247148
HSL0.160.980.79
HSV56°42°100°
CMYK 0.000.030.42   0.00
XYZ79.479189.730541.1477
Yxy89.73050.37780.4266
Hunter Lab94.7262-16.002140.5536
CIE-Lab95.8849-11.203948.3082

#fef794 color RGB value is (254,247,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 10010100
Octal 376 367 224
Decimal 254 247 148
Hex FE F7 94

RGB Percentages of Color #fef794

%39.14
%38.06
%22.80

CMYK Percentages of Color #fef794

%0
%3
%42
%0

Triadic Colors of #fef794

#fef794 #94fef7 #f794fe

Analogous Colors of #fef794

#fef794 #d0fe94 #fec294

Monochromatic Colors of #fef794

#fef794

Complementary Color

#fef794 #949bfe

#fef794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef794 Color CSS Codes

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

#fef794 Text Font Color

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

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


#fef794 Background Color

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

This div background color is #fef794


#fef794 Border Color

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

This div border color is #fef794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef794

Related Colors


Comments

No comments written yet.

Please login to write comment.