Color Hex Logo

#6aec0a Color Hex

#6AEC0A
(106,236,10)
0 Favorites   0 Comments

Color spaces of #6aec0a

RGB 10623610
HSL0.260.920.48
HSV95°96°93°
CMYK 0.550.000.96   0.07
XYZ35.994163.077010.5652
Yxy63.07700.32830.5753
Hunter Lab79.4210-58.089547.7075
CIE-Lab83.4829-67.061879.6179

#6aec0a color RGB value is (106,236,10).

#6aec0a hex color red value is 106, green value is 236 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #6aec0a hue: 0.26 , saturation: 0.92 and the lightness value of 6aec0a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101100 00001010
Octal 152 354 12
Decimal 106 236 10
Hex 6A EC A

RGB Percentages of Color #6aec0a

%30.11
%67.05
%2.84

CMYK Percentages of Color #6aec0a

%55
%0
%96
%7

Triadic Colors of #6aec0a

#6aec0a #0a6aec #ec0a6a

Analogous Colors of #6aec0a

#6aec0a #0aec1b #dbec0a

Monochromatic Colors of #6aec0a

#6aec0a

Complementary Color

#6aec0a #8c0aec

#6aec0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aec0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aec0a Color CSS Codes

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

#6aec0a Text Font Color

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

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


#6aec0a Background Color

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

This div background color is #6aec0a


#6aec0a Border Color

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

This div border color is #6aec0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aec0a


Comments

No comments written yet.

Please login to write comment.