Color Hex Logo

#eeff94 Color Hex

#EEFF94
(238,255,148)
2 Favorites   0 Comments

Color spaces of #eeff94

RGB 238255148
HSL0.191.000.79
HSV70°42°100°
CMYK 0.070.000.42   0.00
XYZ76.365291.835341.7181
Yxy91.83530.36380.4375
Hunter Lab95.8307-25.461441.2707
CIE-Lab96.7529-21.179549.1398

#eeff94 color RGB value is (238,255,148).

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

The process color (four color CMYK) of #eeff94 color hex is 0.07, 0.00, 0.42, 0.00. Web safe color of #eeff94 is #ffff99. Color #eeff94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111111 10010100
Octal 356 377 224
Decimal 238 255 148
Hex EE FF 94

RGB Percentages of Color #eeff94

%37.13
%39.78
%23.09

CMYK Percentages of Color #eeff94

%7
%0
%42
%0

Triadic Colors of #eeff94

#eeff94 #94eeff #ff94ee

Analogous Colors of #eeff94

#eeff94 #b9ff94 #ffdb94

Monochromatic Colors of #eeff94

#eeff94

Complementary Color

#eeff94 #a594ff

#eeff94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeff94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeff94 Color CSS Codes

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

#eeff94 Text Font Color

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

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


#eeff94 Background Color

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

This div background color is #eeff94


#eeff94 Border Color

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

This div border color is #eeff94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,255,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eeff94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeff94


Comments

No comments written yet.

Please login to write comment.