Color Hex Logo

#0ec697 Color Hex

#0EC697
(14,198,151)
0 Favorites   0 Comments

Color spaces of #0ec697

RGB 14198151
HSL0.460.870.42
HSV165°93°78°
CMYK 0.930.000.24   0.22
XYZ25.961142.715936.1549
Yxy42.71590.24760.4075
Hunter Lab65.3574-43.472112.9517
CIE-Lab71.3617-52.146212.1292

#0ec697 color RGB value is (14,198,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11000110 10010111
Octal 16 306 227
Decimal 14 198 151
Hex E C6 97

RGB Percentages of Color #0ec697

%3.86
%54.55
%41.60

CMYK Percentages of Color #0ec697

%93
%0
%24
%22

Triadic Colors of #0ec697

#0ec697 #970ec6 #c6970e

Analogous Colors of #0ec697

#0ec697 #0e99c6 #0ec63b

Monochromatic Colors of #0ec697

#0ec697

Complementary Color

#0ec697 #c60e3d

#0ec697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ec697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ec697 Color CSS Codes

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

#0ec697 Text Font Color

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

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


#0ec697 Background Color

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

This div background color is #0ec697


#0ec697 Border Color

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

This div border color is #0ec697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ec697


Comments

No comments written yet.

Please login to write comment.