Color Hex Logo

#eff08c Color Hex

#EFF08C
(239,240,140)
0 Favorites   0 Comments

Color spaces of #eff08c

RGB 239240140
HSL0.170.770.75
HSV61°42°94°
CMYK 0.000.000.42   0.06
XYZ71.490382.564336.9795
Yxy82.56430.37420.4322
Hunter Lab90.8649-18.574139.4760
CIE-Lab92.8233-14.350948.0870

#eff08c color RGB value is (239,240,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110000 10001100
Octal 357 360 214
Decimal 239 240 140
Hex EF F0 8C

RGB Percentages of Color #eff08c

%38.61
%38.77
%22.62

CMYK Percentages of Color #eff08c

%0
%0
%42
%6

Triadic Colors of #eff08c

#eff08c #8ceff0 #f08cef

Analogous Colors of #eff08c

#eff08c #bdf08c #f0bf8c

Monochromatic Colors of #eff08c

#eff08c

Complementary Color

#eff08c #8d8cf0

#eff08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff08c Color CSS Codes

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

#eff08c Text Font Color

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

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


#eff08c Background Color

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

This div background color is #eff08c


#eff08c Border Color

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

This div border color is #eff08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff08c


Comments

No comments written yet.

Please login to write comment.