Color Hex Logo

#eef980 Color Hex

#EEF980
(238,249,128)
0 Favorites   0 Comments

Color spaces of #eef980

RGB 238249128
HSL0.180.910.74
HSV65°49°98°
CMYK 0.040.000.49   0.02
XYZ73.031987.487033.4596
Yxy87.48700.37650.4510
Hunter Lab93.5345-24.312244.2646
CIE-Lab94.9445-20.248656.3200

#eef980 color RGB value is (238,249,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111001 10000000
Octal 356 371 200
Decimal 238 249 128
Hex EE F9 80

RGB Percentages of Color #eef980

%38.70
%40.49
%20.81

CMYK Percentages of Color #eef980

%4
%0
%49
%2

Triadic Colors of #eef980

#eef980 #80eef9 #f980ee

Analogous Colors of #eef980

#eef980 #b2f980 #f9c880

Monochromatic Colors of #eef980

#eef980

Complementary Color

#eef980 #8b80f9

#eef980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef980 Color CSS Codes

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

#eef980 Text Font Color

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

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


#eef980 Background Color

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

This div background color is #eef980


#eef980 Border Color

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

This div border color is #eef980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef980


Comments

No comments written yet.

Please login to write comment.