Color Hex Logo

#eefe96 Color Hex

#EEFE96
(238,254,150)
0 Favorites   0 Comments

Color spaces of #eefe96

RGB 238254150
HSL0.190.980.79
HSV69°41°100°
CMYK 0.060.000.41   0.00
XYZ76.206791.262842.4531
Yxy91.26280.36300.4347
Hunter Lab95.5316-24.788640.5243
CIE-Lab96.5182-20.489347.8869

#eefe96 color RGB value is (238,254,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 10010110
Octal 356 376 226
Decimal 238 254 150
Hex EE FE 96

RGB Percentages of Color #eefe96

%37.07
%39.56
%23.36

CMYK Percentages of Color #eefe96

%6
%0
%41
%0

Triadic Colors of #eefe96

#eefe96 #96eefe #fe96ee

Analogous Colors of #eefe96

#eefe96 #bafe96 #feda96

Monochromatic Colors of #eefe96

#eefe96

Complementary Color

#eefe96 #a696fe

#eefe96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefe96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefe96 Color CSS Codes

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

#eefe96 Text Font Color

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

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


#eefe96 Background Color

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

This div background color is #eefe96


#eefe96 Border Color

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

This div border color is #eefe96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefe96

Related Colors


Comments

No comments written yet.

Please login to write comment.