Color Hex Logo

#10ec6e Color Hex

#10EC6E
(16,236,110)
0 Favorites   0 Comments

Color spaces of #10ec6e

RGB 16236110
HSL0.400.870.49
HSV146°93°93°
CMYK 0.930.000.53   0.07
XYZ33.023661.226924.8293
Yxy61.22690.27730.5142
Hunter Lab78.2476-61.599335.9596
CIE-Lab82.5006-73.066047.6398

#10ec6e color RGB value is (16,236,110).

#10ec6e hex color red value is 16, green value is 236 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #10ec6e hue: 0.40 , saturation: 0.87 and the lightness value of 10ec6e is 0.49.

The process color (four color CMYK) of #10ec6e color hex is 0.93, 0.00, 0.53, 0.07. Web safe color of #10ec6e is #00ff66. Color #10ec6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 11101100 01101110
Octal 20 354 156
Decimal 16 236 110
Hex 10 EC 6E

RGB Percentages of Color #10ec6e

%4.42
%65.19
%30.39

CMYK Percentages of Color #10ec6e

%93
%0
%53
%7

Triadic Colors of #10ec6e

#10ec6e #6e10ec #ec6e10

Analogous Colors of #10ec6e

#10ec6e #10ecdc #20ec10

Monochromatic Colors of #10ec6e

#10ec6e

Complementary Color

#10ec6e #ec108e

#10ec6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10ec6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#10ec6e Color CSS Codes

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

#10ec6e Text Font Color

<p style="color:#10ec6e">Text here</p>

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


#10ec6e Background Color

<div style="background-color:#10ec6e">
Div content here</div>

This div background color is #10ec6e


#10ec6e Border Color

<div style="border:3px solid #10ec6e">
Div here</div>

This div border color is #10ec6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,236,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10ec6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10ec6e;
  -webkit-box-shadow: 1px 1px 3px 2px #10ec6e;
  box-shadow:         1px 1px 3px 2px #10ec6e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,236,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10ec6e


Comments

No comments written yet.

Please login to write comment.