Color Hex Logo

#94df0e Color Hex

#94DF0E
(148,223,14)
0 Favorites   0 Comments

Color spaces of #94df0e

RGB 14822314
HSL0.230.880.46
HSV82°94°87°
CMYK 0.340.000.94   0.13
XYZ38.679759.10309.7848
Yxy59.10300.35960.5495
Hunter Lab76.8785-44.729046.2687
CIE-Lab81.3482-49.078678.2583

#94df0e color RGB value is (148,223,14).

#94df0e hex color red value is 148, green value is 223 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #94df0e hue: 0.23 , saturation: 0.88 and the lightness value of 94df0e is 0.46.

The process color (four color CMYK) of #94df0e color hex is 0.34, 0.00, 0.94, 0.13. Web safe color of #94df0e is #99cc00. Color #94df0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11011111 00001110
Octal 224 337 16
Decimal 148 223 14
Hex 94 DF E

RGB Percentages of Color #94df0e

%38.44
%57.92
%3.64

CMYK Percentages of Color #94df0e

%34
%0
%94
%13

Triadic Colors of #94df0e

#94df0e #0e94df #df0e94

Analogous Colors of #94df0e

#94df0e #2bdf0e #dfc20e

Monochromatic Colors of #94df0e

#94df0e

Complementary Color

#94df0e #590edf

#94df0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94df0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#94df0e Color CSS Codes

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

#94df0e Text Font Color

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

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


#94df0e Background Color

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

This div background color is #94df0e


#94df0e Border Color

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

This div border color is #94df0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,223,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94df0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94df0e;
  -webkit-box-shadow: 1px 1px 3px 2px #94df0e;
  box-shadow:         1px 1px 3px 2px #94df0e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,223,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 #94df0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94df0e


Comments

No comments written yet.

Please login to write comment.