Color Hex Logo

#eefb80 Color Hex

#EEFB80
(238,251,128)
0 Favorites   0 Comments

Color spaces of #eefb80

RGB 238251128
HSL0.180.940.74
HSV66°49°98°
CMYK 0.050.000.49   0.02
XYZ73.653488.730033.6667
Yxy88.73000.37570.4526
Hunter Lab94.1966-25.272944.7469
CIE-Lab95.4675-21.207356.9437

#eefb80 color RGB value is (238,251,128).

#eefb80 hex color red value is 238, green value is 251 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #eefb80 hue: 0.18 , saturation: 0.94 and the lightness value of eefb80 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 10000000
Octal 356 373 200
Decimal 238 251 128
Hex EE FB 80

RGB Percentages of Color #eefb80

%38.57
%40.68
%20.75

CMYK Percentages of Color #eefb80

%5
%0
%49
%2

Triadic Colors of #eefb80

#eefb80 #80eefb #fb80ee

Analogous Colors of #eefb80

#eefb80 #b1fb80 #fbcb80

Monochromatic Colors of #eefb80

#eefb80

Complementary Color

#eefb80 #8d80fb

#eefb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefb80 Color CSS Codes

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

#eefb80 Text Font Color

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

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


#eefb80 Background Color

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

This div background color is #eefb80


#eefb80 Border Color

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

This div border color is #eefb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefb80


Comments

No comments written yet.

Please login to write comment.