Color Hex Logo

#06ec14 Color Hex

#06EC14
(6,236,20)
0 Favorites   0 Comments

Color spaces of #06ec14

RGB 623620
HSL0.340.950.47
HSV124°97°93°
CMYK 0.970.000.92   0.07
XYZ30.196860.080110.6669
Yxy60.08010.29910.5952
Hunter Lab77.5114-66.105046.0986
CIE-Lab81.8817-80.728776.5633

#06ec14 color RGB value is (6,236,20).

#06ec14 hex color red value is 6, green value is 236 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #06ec14 hue: 0.34 , saturation: 0.95 and the lightness value of 06ec14 is 0.47.

The process color (four color CMYK) of #06ec14 color hex is 0.97, 0.00, 0.92, 0.07. Web safe color of #06ec14 is #00ff00. Color #06ec14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101100 00010100
Octal 6 354 24
Decimal 6 236 20
Hex 6 EC 14

RGB Percentages of Color #06ec14

%2.29
%90.08
%7.63

CMYK Percentages of Color #06ec14

%97
%0
%92
%7

Triadic Colors of #06ec14

#06ec14 #1406ec #ec1406

Analogous Colors of #06ec14

#06ec14 #06ec87 #6bec06

Monochromatic Colors of #06ec14

#06ec14

Complementary Color

#06ec14 #ec06de

#06ec14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06ec14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06ec14 Color CSS Codes

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

#06ec14 Text Font Color

<p style="color:#06ec14">Text here</p>

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


#06ec14 Background Color

<div style="background-color:#06ec14">
Div content here</div>

This div background color is #06ec14


#06ec14 Border Color

<div style="border:3px solid #06ec14">
Div here</div>

This div border color is #06ec14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,236,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06ec14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06ec14;
  -webkit-box-shadow: 1px 1px 3px 2px #06ec14;
  box-shadow:         1px 1px 3px 2px #06ec14; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06ec14


Comments

No comments written yet.

Please login to write comment.