Color Hex Logo

#6aba46 Color Hex

#6ABA46
(106,186,70)
0 Favorites   0 Comments

Color spaces of #6aba46

RGB 10618670
HSL0.280.460.50
HSV101°62°73°
CMYK 0.430.000.62   0.27
XYZ24.608338.624211.9526
Yxy38.62420.32730.5137
Hunter Lab62.1484-38.080732.1010
CIE-Lab68.4782-45.452849.8891

#6aba46 color RGB value is (106,186,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111010 01000110
Octal 152 272 106
Decimal 106 186 70
Hex 6A BA 46

RGB Percentages of Color #6aba46

%29.28
%51.38
%19.34

CMYK Percentages of Color #6aba46

%43
%0
%62
%27

Triadic Colors of #6aba46

#6aba46 #466aba #ba466a

Analogous Colors of #6aba46

#6aba46 #46ba5c #a4ba46

Monochromatic Colors of #6aba46

#6aba46

Complementary Color

#6aba46 #9646ba

#6aba46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aba46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aba46 Color CSS Codes

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

#6aba46 Text Font Color

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

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


#6aba46 Background Color

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

This div background color is #6aba46


#6aba46 Border Color

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

This div border color is #6aba46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aba46


Comments

No comments written yet.

Please login to write comment.