Color Hex Logo

#fefa96 Color Hex

#FEFA96
(254,250,150)
0 Favorites   0 Comments

Color spaces of #fefa96

RGB 254250150
HSL0.160.980.79
HSV58°41°100°
CMYK 0.000.020.41   0.00
XYZ80.563791.644142.2971
Yxy91.64410.37560.4272
Hunter Lab95.7309-17.309940.8154
CIE-Lab96.6746-12.475048.3359

#fefa96 color RGB value is (254,250,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 10010110
Octal 376 372 226
Decimal 254 250 150
Hex FE FA 96

RGB Percentages of Color #fefa96

%38.84
%38.23
%22.94

CMYK Percentages of Color #fefa96

%0
%2
%41
%0

Triadic Colors of #fefa96

#fefa96 #96fefa #fa96fe

Analogous Colors of #fefa96

#fefa96 #cefe96 #fec696

Monochromatic Colors of #fefa96

#fefa96

Complementary Color

#fefa96 #969afe

#fefa96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa96 Color CSS Codes

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

#fefa96 Text Font Color

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

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


#fefa96 Background Color

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

This div background color is #fefa96


#fefa96 Border Color

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

This div border color is #fefa96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa96

Related Colors

#fefa96 Color Palettes


Comments

No comments written yet.

Please login to write comment.