Color Hex Logo

#0ee640 Color Hex

#0EE640
(14,230,64)
0 Favorites   0 Comments

Color spaces of #0ee640

RGB 1423064
HSL0.370.890.48
HSV134°94°90°
CMYK 0.940.000.72   0.10
XYZ29.403357.057214.3139
Yxy57.05720.29180.5662
Hunter Lab75.5362-62.705341.6401
CIE-Lab80.2118-76.545664.1882

#0ee640 color RGB value is (14,230,64).

#0ee640 hex color red value is 14, green value is 230 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #0ee640 hue: 0.37 , saturation: 0.89 and the lightness value of 0ee640 is 0.48.

The process color (four color CMYK) of #0ee640 color hex is 0.94, 0.00, 0.72, 0.10. Web safe color of #0ee640 is #00ff33. Color #0ee640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11100110 01000000
Octal 16 346 100
Decimal 14 230 64
Hex E E6 40

RGB Percentages of Color #0ee640

%4.55
%74.68
%20.78

CMYK Percentages of Color #0ee640

%94
%0
%72
%10

Triadic Colors of #0ee640

#0ee640 #400ee6 #e6400e

Analogous Colors of #0ee640

#0ee640 #0ee6ac #48e60e

Monochromatic Colors of #0ee640

#0ee640

Complementary Color

#0ee640 #e60eb4

#0ee640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ee640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ee640 Color CSS Codes

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

#0ee640 Text Font Color

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

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


#0ee640 Background Color

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

This div background color is #0ee640


#0ee640 Border Color

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

This div border color is #0ee640


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,230,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ee640; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ee640;
  -webkit-box-shadow: 1px 1px 3px 2px #0ee640;
  box-shadow:         1px 1px 3px 2px #0ee640; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ee640


Comments

No comments written yet.

Please login to write comment.