Color Hex Logo

#eefa07 Color Hex

#EEFA07
(238,250,7)
0 Favorites   0 Comments

Color spaces of #eefa07

RGB 2382507
HSL0.170.960.50
HSV63°97°98°
CMYK 0.050.000.97   0.02
XYZ69.483986.563713.2473
Yxy86.56370.41040.5113
Hunter Lab93.0396-29.511956.6858
CIE-Lab94.5528-26.099991.5056

#eefa07 color RGB value is (238,250,7).

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

The process color (four color CMYK) of #eefa07 color hex is 0.05, 0.00, 0.97, 0.02. Web safe color of #eefa07 is #ffff00. Color #eefa07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 00000111
Octal 356 372 7
Decimal 238 250 7
Hex EE FA 7

RGB Percentages of Color #eefa07

%48.08
%50.51
%1.41

CMYK Percentages of Color #eefa07

%5
%0
%97
%2

Triadic Colors of #eefa07

#eefa07 #07eefa #fa07ee

Analogous Colors of #eefa07

#eefa07 #75fa07 #fa8d07

Monochromatic Colors of #eefa07

#eefa07

Complementary Color

#eefa07 #1307fa

#eefa07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefa07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefa07 Color CSS Codes

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

#eefa07 Text Font Color

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

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


#eefa07 Background Color

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

This div background color is #eefa07


#eefa07 Border Color

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

This div border color is #eefa07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefa07

Related Colors


Comments

No comments written yet.

Please login to write comment.