Color Hex Logo

#0ee221 Color Hex

#0EE221
(14,226,33)
0 Favorites   0 Comments

Color spaces of #0ee221

RGB 1422633
HSL0.350.880.47
HSV125°94°89°
CMYK 0.940.000.85   0.11
XYZ27.652054.595910.5195
Yxy54.59590.29810.5885
Hunter Lab73.8890-62.504543.2813
CIE-Lab78.8079-77.346371.6903

#0ee221 color RGB value is (14,226,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11100010 00100001
Octal 16 342 41
Decimal 14 226 33
Hex E E2 21

RGB Percentages of Color #0ee221

%5.13
%82.78
%12.09

CMYK Percentages of Color #0ee221

%94
%0
%85
%11

Triadic Colors of #0ee221

#0ee221 #210ee2 #e2210e

Analogous Colors of #0ee221

#0ee221 #0ee28b #65e20e

Monochromatic Colors of #0ee221

#0ee221

Complementary Color

#0ee221 #e20ecf

#0ee221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ee221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ee221 Color CSS Codes

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

#0ee221 Text Font Color

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

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


#0ee221 Background Color

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

This div background color is #0ee221


#0ee221 Border Color

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

This div border color is #0ee221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ee221


Comments

No comments written yet.

Please login to write comment.