Color Hex Logo

#6aba42 Color Hex

#6ABA42
(106,186,66)
0 Favorites   0 Comments

Color spaces of #6aba42

RGB 10618666
HSL0.280.480.49
HSV100°65°73°
CMYK 0.430.000.65   0.27
XYZ24.486138.575311.3095
Yxy38.57530.32920.5187
Hunter Lab62.1090-38.318232.6801
CIE-Lab68.4425-45.827451.5768

#6aba42 color RGB value is (106,186,66).

#6aba42 hex color red value is 106, green value is 186 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #6aba42 hue: 0.28 , saturation: 0.48 and the lightness value of 6aba42 is 0.49.

The process color (four color CMYK) of #6aba42 color hex is 0.43, 0.00, 0.65, 0.27. Web safe color of #6aba42 is #66cc33. Color #6aba42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111010 01000010
Octal 152 272 102
Decimal 106 186 66
Hex 6A BA 42

RGB Percentages of Color #6aba42

%29.61
%51.96
%18.44

CMYK Percentages of Color #6aba42

%43
%0
%65
%27

Triadic Colors of #6aba42

#6aba42 #426aba #ba426a

Analogous Colors of #6aba42

#6aba42 #42ba56 #a6ba42

Monochromatic Colors of #6aba42

#6aba42

Complementary Color

#6aba42 #9242ba

#6aba42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aba42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aba42 Color CSS Codes

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

#6aba42 Text Font Color

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

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


#6aba42 Background Color

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

This div background color is #6aba42


#6aba42 Border Color

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

This div border color is #6aba42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aba42


Comments

No comments written yet.

Please login to write comment.