Color Hex Logo

#0ee844 Color Hex

#0EE844
(14,232,68)
0 Favorites   0 Comments

Color spaces of #0ee844

RGB 1423268
HSL0.370.890.48
HSV135°94°91°
CMYK 0.940.000.71   0.09
XYZ30.081158.223915.1218
Yxy58.22390.29080.5629
Hunter Lab76.3046-63.164041.6633
CIE-Lab80.8631-76.774563.4329

#0ee844 color RGB value is (14,232,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101000 01000100
Octal 16 350 104
Decimal 14 232 68
Hex E E8 44

RGB Percentages of Color #0ee844

%4.46
%73.89
%21.66

CMYK Percentages of Color #0ee844

%94
%0
%71
%9

Triadic Colors of #0ee844

#0ee844 #440ee8 #e8440e

Analogous Colors of #0ee844

#0ee844 #0ee8b1 #45e80e

Monochromatic Colors of #0ee844

#0ee844

Complementary Color

#0ee844 #e80eb2

#0ee844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ee844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ee844 Color CSS Codes

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

#0ee844 Text Font Color

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

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


#0ee844 Background Color

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

This div background color is #0ee844


#0ee844 Border Color

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

This div border color is #0ee844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ee844


Comments

No comments written yet.

Please login to write comment.