Color Hex Logo

#6aef12 Color Hex

#6AEF12
(106,239,18)
0 Favorites   0 Comments

Color spaces of #6aef12

RGB 10623918
HSL0.270.870.50
HSV96°92°94°
CMYK 0.560.000.92   0.06
XYZ36.919564.840811.1419
Yxy64.84080.32700.5743
Hunter Lab80.5238-59.075848.1628
CIE-Lab84.4016-67.948079.5593

#6aef12 color RGB value is (106,239,18).

#6aef12 hex color red value is 106, green value is 239 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #6aef12 hue: 0.27 , saturation: 0.87 and the lightness value of 6aef12 is 0.50.

The process color (four color CMYK) of #6aef12 color hex is 0.56, 0.00, 0.92, 0.06. Web safe color of #6aef12 is #66ff00. Color #6aef12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101111 00010010
Octal 152 357 22
Decimal 106 239 18
Hex 6A EF 12

RGB Percentages of Color #6aef12

%29.20
%65.84
%4.96

CMYK Percentages of Color #6aef12

%56
%0
%92
%6

Triadic Colors of #6aef12

#6aef12 #126aef #ef126a

Analogous Colors of #6aef12

#6aef12 #12ef28 #d9ef12

Monochromatic Colors of #6aef12

#6aef12

Complementary Color

#6aef12 #9712ef

#6aef12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aef12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aef12 Color CSS Codes

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

#6aef12 Text Font Color

<p style="color:#6aef12">Text here</p>

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


#6aef12 Background Color

<div style="background-color:#6aef12">
Div content here</div>

This div background color is #6aef12


#6aef12 Border Color

<div style="border:3px solid #6aef12">
Div here</div>

This div border color is #6aef12


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,239,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6aef12; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6aef12;
  -webkit-box-shadow: 1px 1px 3px 2px #6aef12;
  box-shadow:         1px 1px 3px 2px #6aef12; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,239,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aef12


Comments

No comments written yet.

Please login to write comment.