Color Hex Logo

#eff096 Color Hex

#EFF096
(239,240,150)
0 Favorites   0 Comments

Color spaces of #eff096

RGB 239240150
HSL0.170.750.76
HSV61°38°94°
CMYK 0.000.000.38   0.06
XYZ72.261782.872941.0416
Yxy82.87290.36840.4224
Hunter Lab91.0346-17.620236.9942
CIE-Lab92.9588-13.304943.3876

#eff096 color RGB value is (239,240,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110000 10010110
Octal 357 360 226
Decimal 239 240 150
Hex EF F0 96

RGB Percentages of Color #eff096

%38.00
%38.16
%23.85

CMYK Percentages of Color #eff096

%0
%0
%38
%6

Triadic Colors of #eff096

#eff096 #96eff0 #f096ef

Analogous Colors of #eff096

#eff096 #c2f096 #f0c496

Monochromatic Colors of #eff096

#eff096

Complementary Color

#eff096 #9796f0

#eff096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff096 Color CSS Codes

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

#eff096 Text Font Color

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

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


#eff096 Background Color

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

This div background color is #eff096


#eff096 Border Color

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

This div border color is #eff096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff096


Comments

No comments written yet.

Please login to write comment.