color codes Logo

#0ee17c color codes

#0EE17C
(14,225,124)
0 Favorites   0 Comments

Color spaces of #0ee17c

RGB 14225124
HSL0.420.880.47
HSV151°94°88°
CMYK 0.940.000.45   0.12
XYZ30.744455.399028.1415
Yxy55.39900.26900.4847
Hunter Lab74.4305-56.521829.6843
CIE-Lab79.2705-67.423736.8626

#0ee17c color RGB value is (14,225,124).

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

The process color (four color CMYK) of #0ee17c color code is 0.94, 0.00, 0.45, 0.12. Web safe color of #0ee17c is #00cc66. Color #0ee17c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11100001 01111100
Octal 16 341 174
Decimal 14 225 124
Hex E E1 7C

RGB Percentages of Color #0ee17c

%3.86
%61.98
%34.16

CMYK Percentages of Color #0ee17c

%94
%0
%45
%12

Triadic Colors of #0ee17c

#0ee17c #7c0ee1 #e17c0e

Analogous Colors of #0ee17c

#0ee17c #0edde1 #0ee113

Monochromatic Colors of #0ee17c

#0ee17c

Complementary Color

#0ee17c #e10e73

#0ee17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ee17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ee17c Color CSS Codes

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

#0ee17c Text Font Color

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

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


#0ee17c Background Color

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

This div background color is #0ee17c


#0ee17c Border Color

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

This div border color is #0ee17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ee17c


Comments

No comments written yet.

Please login to write comment.