Color Hex Logo

#fefe96 Color Hex

#FEFE96
(254,254,150)
0 Favorites   0 Comments

Color spaces of #fefe96

RGB 254254150
HSL0.170.980.79
HSV60°41°100°
CMYK 0.000.000.41   0.00
XYZ81.819994.156542.7158
Yxy94.15650.37410.4305
Hunter Lab97.0343-19.297741.8237
CIE-Lab97.6950-14.426449.6152

#fefe96 color RGB value is (254,254,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 10010110
Octal 376 376 226
Decimal 254 254 150
Hex FE FE 96

RGB Percentages of Color #fefe96

%38.60
%38.60
%22.80

CMYK Percentages of Color #fefe96

%0
%0
%41
%0

Triadic Colors of #fefe96

#fefe96 #96fefe #fe96fe

Analogous Colors of #fefe96

#fefe96 #cafe96 #feca96

Monochromatic Colors of #fefe96

#fefe96

Complementary Color

#fefe96 #9696fe

#fefe96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe96 Color CSS Codes

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

#fefe96 Text Font Color

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

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


#fefe96 Background Color

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

This div background color is #fefe96


#fefe96 Border Color

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

This div border color is #fefe96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe96

Related Colors


Comments

No comments written yet.

Please login to write comment.