color codes Logo

#0ee580 color codes

#0EE580
(14,229,128)
0 Favorites   0 Comments

Color spaces of #0ee580

RGB 14229128
HSL0.420.880.48
HSV152°94°90°
CMYK 0.940.000.44   0.10
XYZ32.096757.690529.8658
Yxy57.69050.26820.4821
Hunter Lab75.9543-57.489629.8547
CIE-Lab80.5664-68.049036.5463

#0ee580 color RGB value is (14,229,128).

#0ee580 hex color red value is 14, green value is 229 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #0ee580 hue: 0.42 , saturation: 0.88 and the lightness value of 0ee580 is 0.48.

The process color (four color CMYK) of #0ee580 color code is 0.94, 0.00, 0.44, 0.10. Web safe color of #0ee580 is #00cc99. Color #0ee580 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11100101 10000000
Octal 16 345 200
Decimal 14 229 128
Hex E E5 80

RGB Percentages of Color #0ee580

%3.77
%61.73
%34.50

CMYK Percentages of Color #0ee580

%94
%0
%44
%10

Triadic Colors of #0ee580

#0ee580 #800ee5 #e5800e

Analogous Colors of #0ee580

#0ee580 #0edfe5 #0ee514

Monochromatic Colors of #0ee580

#0ee580

Complementary Color

#0ee580 #e50e73

#0ee580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ee580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ee580 Color CSS Codes

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

#0ee580 Text Font Color

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

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


#0ee580 Background Color

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

This div background color is #0ee580


#0ee580 Border Color

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

This div border color is #0ee580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ee580


Comments

No comments written yet.

Please login to write comment.