Color Hex Logo

#6aee10 Color Hex

#6AEE10
(106,238,16)
0 Favorites   0 Comments

Color spaces of #6aee10

RGB 10623816
HSL0.270.870.50
HSV96°93°93°
CMYK 0.550.000.93   0.07
XYZ36.611964.250710.9622
Yxy64.25070.32740.5746
Hunter Lab80.1565-58.743248.0011
CIE-Lab84.0961-67.647279.5382

#6aee10 color RGB value is (106,238,16).

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

The process color (four color CMYK) of #6aee10 color hex is 0.55, 0.00, 0.93, 0.07. Web safe color of #6aee10 is #66ff00. Color #6aee10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101110 00010000
Octal 152 356 20
Decimal 106 238 16
Hex 6A EE 10

RGB Percentages of Color #6aee10

%29.44
%66.11
%4.44

CMYK Percentages of Color #6aee10

%55
%0
%93
%7

Triadic Colors of #6aee10

#6aee10 #106aee #ee106a

Analogous Colors of #6aee10

#6aee10 #10ee25 #d9ee10

Monochromatic Colors of #6aee10

#6aee10

Complementary Color

#6aee10 #9410ee

#6aee10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aee10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aee10 Color CSS Codes

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

#6aee10 Text Font Color

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

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


#6aee10 Background Color

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

This div background color is #6aee10


#6aee10 Border Color

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

This div border color is #6aee10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aee10


Comments

No comments written yet.

Please login to write comment.