Color Hex Logo

#eefa00 Color Hex

#EEFA00
(238,250,0)
0 Favorites   0 Comments

Color spaces of #eefa00

RGB 2382500
HSL0.171.000.49
HSV63°100°98°
CMYK 0.050.001.00   0.02
XYZ69.445586.548413.0453
Yxy86.54840.41080.5120
Hunter Lab93.0314-29.559456.8081
CIE-Lab94.5463-26.154892.0007

#eefa00 color RGB value is (238,250,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 00000000
Octal 356 372 0
Decimal 238 250 0
Hex EE FA 0

RGB Percentages of Color #eefa00

%48.77
%51.23
%0.00

CMYK Percentages of Color #eefa00

%5
%0
%100
%2

Triadic Colors of #eefa00

#eefa00 #00eefa #fa00ee

Analogous Colors of #eefa00

#eefa00 #71fa00 #fa8900

Monochromatic Colors of #eefa00

#eefa00

Complementary Color

#eefa00 #0c00fa

#eefa00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefa00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefa00 Color CSS Codes

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

#eefa00 Text Font Color

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

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


#eefa00 Background Color

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

This div background color is #eefa00


#eefa00 Border Color

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

This div border color is #eefa00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefa00


Comments

No comments written yet.

Please login to write comment.