Color Hex Logo

#fef791 Color Hex

#FEF791
(254,247,145)
0 Favorites   0 Comments

Color spaces of #fef791

RGB 254247145
HSL0.160.980.78
HSV56°43°100°
CMYK 0.000.030.43   0.00
XYZ79.244689.636739.9130
Yxy89.63670.37950.4293
Hunter Lab94.6767-16.279241.2787
CIE-Lab95.8459-11.499549.7020

#fef791 color RGB value is (254,247,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 10010001
Octal 376 367 221
Decimal 254 247 145
Hex FE F7 91

RGB Percentages of Color #fef791

%39.32
%38.24
%22.45

CMYK Percentages of Color #fef791

%0
%3
%43
%0

Triadic Colors of #fef791

#fef791 #91fef7 #f791fe

Analogous Colors of #fef791

#fef791 #cffe91 #fec191

Monochromatic Colors of #fef791

#fef791

Complementary Color

#fef791 #9198fe

#fef791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef791 Color CSS Codes

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

#fef791 Text Font Color

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

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


#fef791 Background Color

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

This div background color is #fef791


#fef791 Border Color

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

This div border color is #fef791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef791

Related Colors


Comments

No comments written yet.

Please login to write comment.