Color Hex Logo

#eff08e Color Hex

#EFF08E
(239,240,142)
0 Favorites   0 Comments

Color spaces of #eff08e

RGB 239240142
HSL0.170.770.75
HSV61°41°94°
CMYK 0.000.000.41   0.06
XYZ71.639282.623937.7634
Yxy82.62390.37310.4303
Hunter Lab90.8977-18.389738.9964
CIE-Lab92.8495-14.148247.1530

#eff08e color RGB value is (239,240,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110000 10001110
Octal 357 360 216
Decimal 239 240 142
Hex EF F0 8E

RGB Percentages of Color #eff08e

%38.49
%38.65
%22.87

CMYK Percentages of Color #eff08e

%0
%0
%41
%6

Triadic Colors of #eff08e

#eff08e #8eeff0 #f08eef

Analogous Colors of #eff08e

#eff08e #bef08e #f0c08e

Monochromatic Colors of #eff08e

#eff08e

Complementary Color

#eff08e #8f8ef0

#eff08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff08e Color CSS Codes

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

#eff08e Text Font Color

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

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


#eff08e Background Color

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

This div background color is #eff08e


#eff08e Border Color

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

This div border color is #eff08e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,240,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff08e

#eff08e Color Palettes


Comments

No comments written yet.

Please login to write comment.