Color Hex Logo

#eff394 Color Hex

#EFF394
(239,243,148)
0 Favorites   0 Comments

Color spaces of #eff394

RGB 239243148
HSL0.170.800.77
HSV63°39°95°
CMYK 0.020.000.39   0.05
XYZ72.992584.590040.4974
Yxy84.59000.36850.4270
Hunter Lab91.9728-19.289338.2744
CIE-Lab93.7062-14.993245.3176

#eff394 color RGB value is (239,243,148).

#eff394 hex color red value is 239, green value is 243 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #eff394 hue: 0.17 , saturation: 0.80 and the lightness value of eff394 is 0.77.

The process color (four color CMYK) of #eff394 color hex is 0.02, 0.00, 0.39, 0.05. Web safe color of #eff394 is #ffff99. Color #eff394 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110011 10010100
Octal 357 363 224
Decimal 239 243 148
Hex EF F3 94

RGB Percentages of Color #eff394

%37.94
%38.57
%23.49

CMYK Percentages of Color #eff394

%2
%0
%39
%5

Triadic Colors of #eff394

#eff394 #94eff3 #f394ef

Analogous Colors of #eff394

#eff394 #c0f394 #f3c894

Monochromatic Colors of #eff394

#eff394

Complementary Color

#eff394 #9894f3

#eff394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff394 Color CSS Codes

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

#eff394 Text Font Color

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

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


#eff394 Background Color

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

This div background color is #eff394


#eff394 Border Color

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

This div border color is #eff394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff394


Comments

No comments written yet.

Please login to write comment.