Color Hex Logo

#6ad040 Color Hex

#6AD040
(106,208,64)
0 Favorites   0 Comments

Color spaces of #6ad040

RGB 10620864
HSL0.280.610.53
HSV103°69°82°
CMYK 0.490.000.69   0.18
XYZ29.425148.546112.6700
Yxy48.54610.32460.5356
Hunter Lab69.6750-46.547337.9910
CIE-Lab75.1681-54.722059.5446

#6ad040 color RGB value is (106,208,64).

#6ad040 hex color red value is 106, green value is 208 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #6ad040 hue: 0.28 , saturation: 0.61 and the lightness value of 6ad040 is 0.53.

The process color (four color CMYK) of #6ad040 color hex is 0.49, 0.00, 0.69, 0.18. Web safe color of #6ad040 is #66cc33. Color #6ad040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11010000 01000000
Octal 152 320 100
Decimal 106 208 64
Hex 6A D0 40

RGB Percentages of Color #6ad040

%28.04
%55.03
%16.93

CMYK Percentages of Color #6ad040

%49
%0
%69
%18

Triadic Colors of #6ad040

#6ad040 #406ad0 #d0406a

Analogous Colors of #6ad040

#6ad040 #40d05e #b2d040

Monochromatic Colors of #6ad040

#6ad040

Complementary Color

#6ad040 #a640d0

#6ad040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ad040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ad040 Color CSS Codes

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

#6ad040 Text Font Color

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

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


#6ad040 Background Color

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

This div background color is #6ad040


#6ad040 Border Color

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

This div border color is #6ad040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ad040


Comments

No comments written yet.

Please login to write comment.