Color Hex Logo

#fef996 Color Hex

#FEF996
(254,249,150)
0 Favorites   0 Comments

Color spaces of #fef996

RGB 254249150
HSL0.160.980.79
HSV57°41°100°
CMYK 0.000.020.41   0.00
XYZ80.253891.024242.1938
Yxy91.02420.37590.4264
Hunter Lab95.4066-16.811540.5635
CIE-Lab96.4200-11.984948.0157

#fef996 color RGB value is (254,249,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 10010110
Octal 376 371 226
Decimal 254 249 150
Hex FE F9 96

RGB Percentages of Color #fef996

%38.90
%38.13
%22.97

CMYK Percentages of Color #fef996

%0
%2
%41
%0

Triadic Colors of #fef996

#fef996 #96fef9 #f996fe

Analogous Colors of #fef996

#fef996 #cffe96 #fec596

Monochromatic Colors of #fef996

#fef996

Complementary Color

#fef996 #969bfe

#fef996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef996 Color CSS Codes

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

#fef996 Text Font Color

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

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


#fef996 Background Color

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

This div background color is #fef996


#fef996 Border Color

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

This div border color is #fef996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef996


Comments

No comments written yet.

Please login to write comment.