Color Hex Logo

#eeff01 Color Hex

#EEFF01
(238,255,1)
1 Favorites   0 Comments

Color spaces of #eeff01

RGB 2382551
HSL0.181.000.50
HSV64°100°100°
CMYK 0.070.001.00   0.00
XYZ71.025489.699313.5990
Yxy89.69930.40740.5146
Hunter Lab94.7097-31.880057.7836
CIE-Lab95.8719-28.479092.9104

#eeff01 color RGB value is (238,255,1).

#eeff01 hex color red value is 238, green value is 255 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #eeff01 hue: 0.18 , saturation: 1.00 and the lightness value of eeff01 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111111 00000001
Octal 356 377 1
Decimal 238 255 1
Hex EE FF 1

RGB Percentages of Color #eeff01

%48.18
%51.62
%0.20

CMYK Percentages of Color #eeff01

%7
%0
%100
%0

Triadic Colors of #eeff01

#eeff01 #01eeff #ff01ee

Analogous Colors of #eeff01

#eeff01 #6fff01 #ff9101

Monochromatic Colors of #eeff01

#eeff01

Complementary Color

#eeff01 #1201ff

#eeff01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeff01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeff01 Color CSS Codes

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

#eeff01 Text Font Color

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

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


#eeff01 Background Color

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

This div background color is #eeff01


#eeff01 Border Color

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

This div border color is #eeff01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeff01


Comments

No comments written yet.

Please login to write comment.