Color Hex Logo

#eef00e Color Hex

#EEF00E
(238,240,14)
0 Favorites   0 Comments

Color spaces of #eef00e

RGB 23824014
HSL0.170.890.50
HSV61°94°94°
CMYK 0.010.000.94   0.06
XYZ66.499280.529012.4542
Yxy80.52900.41700.5049
Hunter Lab89.7380-24.766254.5881
CIE-Lab91.9217-21.302788.9877

#eef00e color RGB value is (238,240,14).

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

The process color (four color CMYK) of #eef00e color hex is 0.01, 0.00, 0.94, 0.06. Web safe color of #eef00e is #ffff00. Color #eef00e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110000 00001110
Octal 356 360 16
Decimal 238 240 14
Hex EE F0 E

RGB Percentages of Color #eef00e

%48.37
%48.78
%2.85

CMYK Percentages of Color #eef00e

%1
%0
%94
%6

Triadic Colors of #eef00e

#eef00e #0eeef0 #f00eee

Analogous Colors of #eef00e

#eef00e #7df00e #f0810e

Monochromatic Colors of #eef00e

#eef00e

Complementary Color

#eef00e #100ef0

#eef00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef00e Color CSS Codes

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

#eef00e Text Font Color

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

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


#eef00e Background Color

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

This div background color is #eef00e


#eef00e Border Color

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

This div border color is #eef00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef00e


Comments

No comments written yet.

Please login to write comment.