Color Hex Logo

#0ee261 Color Hex

#0EE261
(14,226,97)
0 Favorites   0 Comments

Color spaces of #0ee261

RGB 1422697
HSL0.400.880.47
HSV143°94°89°
CMYK 0.940.000.57   0.11
XYZ29.535155.349120.4361
Yxy55.34910.28040.5255
Hunter Lab74.3970-59.331435.7915
CIE-Lab79.2419-71.860849.7004

#0ee261 color RGB value is (14,226,97).

#0ee261 hex color red value is 14, green value is 226 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #0ee261 hue: 0.40 , saturation: 0.88 and the lightness value of 0ee261 is 0.47.

The process color (four color CMYK) of #0ee261 color hex is 0.94, 0.00, 0.57, 0.11. Web safe color of #0ee261 is #00cc66. Color #0ee261 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11100010 01100001
Octal 16 342 141
Decimal 14 226 97
Hex E E2 61

RGB Percentages of Color #0ee261

%4.15
%67.06
%28.78

CMYK Percentages of Color #0ee261

%94
%0
%57
%11

Triadic Colors of #0ee261

#0ee261 #610ee2 #e2610e

Analogous Colors of #0ee261

#0ee261 #0ee2cb #25e20e

Monochromatic Colors of #0ee261

#0ee261

Complementary Color

#0ee261 #e20e8f

#0ee261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ee261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ee261 Color CSS Codes

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

#0ee261 Text Font Color

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

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


#0ee261 Background Color

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

This div background color is #0ee261


#0ee261 Border Color

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

This div border color is #0ee261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ee261


Comments

No comments written yet.

Please login to write comment.