Color Hex Logo

#fef796 Color Hex

#FEF796
(254,247,150)
0 Favorites   0 Comments

Color spaces of #fef796

RGB 254247150
HSL0.160.980.79
HSV56°41°100°
CMYK 0.000.030.41   0.00
XYZ79.638889.794441.9888
Yxy89.79440.37670.4247
Hunter Lab94.7599-15.813640.0601
CIE-Lab95.9114-11.003047.3754

#fef796 color RGB value is (254,247,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 10010110
Octal 376 367 226
Decimal 254 247 150
Hex FE F7 96

RGB Percentages of Color #fef796

%39.02
%37.94
%23.04

CMYK Percentages of Color #fef796

%0
%3
%41
%0

Triadic Colors of #fef796

#fef796 #96fef7 #f796fe

Analogous Colors of #fef796

#fef796 #d1fe96 #fec396

Monochromatic Colors of #fef796

#fef796

Complementary Color

#fef796 #969dfe

#fef796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef796 Color CSS Codes

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

#fef796 Text Font Color

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

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


#fef796 Background Color

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

This div background color is #fef796


#fef796 Border Color

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

This div border color is #fef796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef796


Comments

No comments written yet.

Please login to write comment.