Color Hex Logo

#eeff80 Color Hex

#EEFF80
(238,255,128)
0 Favorites   0 Comments

Color spaces of #eeff80

RGB 238255128
HSL0.191.000.75
HSV68°50°100°
CMYK 0.070.000.50   0.00
XYZ74.916291.255734.0877
Yxy91.25570.37410.4557
Hunter Lab95.5278-27.187945.7127
CIE-Lab96.5152-23.113758.1888

#eeff80 color RGB value is (238,255,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111111 10000000
Octal 356 377 200
Decimal 238 255 128
Hex EE FF 80

RGB Percentages of Color #eeff80

%38.33
%41.06
%20.61

CMYK Percentages of Color #eeff80

%7
%0
%50
%0

Triadic Colors of #eeff80

#eeff80 #80eeff #ff80ee

Analogous Colors of #eeff80

#eeff80 #afff80 #ffd180

Monochromatic Colors of #eeff80

#eeff80

Complementary Color

#eeff80 #9180ff

#eeff80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeff80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeff80 Color CSS Codes

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

#eeff80 Text Font Color

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

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


#eeff80 Background Color

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

This div background color is #eeff80


#eeff80 Border Color

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

This div border color is #eeff80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeff80

Related Colors


Comments

No comments written yet.

Please login to write comment.