color codes Logo

#eefa1e color codes

#EEFA1E
(238,250,30)
0 Favorites   0 Comments

Color spaces of #eefa1e

RGB 23825030
HSL0.180.960.55
HSV63°88°98°
CMYK 0.050.000.88   0.02
XYZ69.679886.642114.2794
Yxy86.64210.40840.5079
Hunter Lab93.0817-29.270256.0617
CIE-Lab94.5862-25.820889.0535

#eefa1e color RGB value is (238,250,30).

#eefa1e hex color red value is 238, green value is 250 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #eefa1e hue: 0.18 , saturation: 0.96 and the lightness value of eefa1e is 0.55.

The process color (four color CMYK) of #eefa1e color code is 0.05, 0.00, 0.88, 0.02. Web safe color of #eefa1e is #ffff33. Color #eefa1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 00011110
Octal 356 372 36
Decimal 238 250 30
Hex EE FA 1E

RGB Percentages of Color #eefa1e

%45.95
%48.26
%5.79

CMYK Percentages of Color #eefa1e

%5
%0
%88
%2

Triadic Colors of #eefa1e

#eefa1e #1eeefa #fa1eee

Analogous Colors of #eefa1e

#eefa1e #80fa1e #fa981e

Monochromatic Colors of #eefa1e

#eefa1e

Complementary Color

#eefa1e #2a1efa

#eefa1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefa1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefa1e Color CSS Codes

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

#eefa1e Text Font Color

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

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


#eefa1e Background Color

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

This div background color is #eefa1e


#eefa1e Border Color

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

This div border color is #eefa1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefa1e


Comments

No comments written yet.

Please login to write comment.