Color Hex Logo

#0ec865 Color Hex

#0EC865
(14,200,101)
0 Favorites   0 Comments

Color spaces of #0ec865

RGB 14200101
HSL0.410.870.42
HSV148°93°78°
CMYK 0.930.000.50   0.22
XYZ23.184342.341519.2627
Yxy42.34150.27340.4994
Hunter Lab65.0703-50.274327.9977
CIE-Lab71.1057-63.047937.9075

#0ec865 color RGB value is (14,200,101).

#0ec865 hex color red value is 14, green value is 200 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #0ec865 hue: 0.41 , saturation: 0.87 and the lightness value of 0ec865 is 0.42.

The process color (four color CMYK) of #0ec865 color hex is 0.93, 0.00, 0.50, 0.22. Web safe color of #0ec865 is #00cc66. Color #0ec865 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001000 01100101
Octal 16 310 145
Decimal 14 200 101
Hex E C8 65

RGB Percentages of Color #0ec865

%4.44
%63.49
%32.06

CMYK Percentages of Color #0ec865

%93
%0
%50
%22

Triadic Colors of #0ec865

#0ec865 #650ec8 #c8650e

Analogous Colors of #0ec865

#0ec865 #0ec8c2 #14c80e

Monochromatic Colors of #0ec865

#0ec865

Complementary Color

#0ec865 #c80e71

#0ec865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ec865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ec865 Color CSS Codes

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

#0ec865 Text Font Color

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

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


#0ec865 Background Color

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

This div background color is #0ec865


#0ec865 Border Color

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

This div border color is #0ec865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ec865


Comments

No comments written yet.

Please login to write comment.