Color Hex Logo

#feef96 Color Hex

#FEEF96
(254,239,150)
0 Favorites   0 Comments

Color spaces of #feef96

RGB 254239150
HSL0.140.980.79
HSV51°41°100°
CMYK 0.000.060.41   0.00
XYZ77.244685.005841.1907
Yxy85.00580.37970.4178
Hunter Lab92.1986-11.799038.0506
CIE-Lab93.8856-7.042944.8109

#feef96 color RGB value is (254,239,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 10010110
Octal 376 357 226
Decimal 254 239 150
Hex FE EF 96

RGB Percentages of Color #feef96

%39.50
%37.17
%23.33

CMYK Percentages of Color #feef96

%0
%6
%41
%0

Triadic Colors of #feef96

#feef96 #96feef #ef96fe

Analogous Colors of #feef96

#feef96 #d9fe96 #febb96

Monochromatic Colors of #feef96

#feef96

Complementary Color

#feef96 #96a5fe

#feef96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef96 Color CSS Codes

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

#feef96 Text Font Color

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

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


#feef96 Background Color

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

This div background color is #feef96


#feef96 Border Color

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

This div border color is #feef96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef96

Related Colors


Comments

No comments written yet.

Please login to write comment.