Color Hex Logo

#6aba34 Color Hex

#6ABA34
(106,186,52)
0 Favorites   0 Comments

Color spaces of #6aba34

RGB 10618652
HSL0.270.560.47
HSV96°72°73°
CMYK 0.430.000.72   0.27
XYZ24.122638.42999.3951
Yxy38.42990.33530.5341
Hunter Lab61.9919-39.026934.4087
CIE-Lab68.3363-46.951757.0294

#6aba34 color RGB value is (106,186,52).

#6aba34 hex color red value is 106, green value is 186 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #6aba34 hue: 0.27 , saturation: 0.56 and the lightness value of 6aba34 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111010 00110100
Octal 152 272 64
Decimal 106 186 52
Hex 6A BA 34

RGB Percentages of Color #6aba34

%30.81
%54.07
%15.12

CMYK Percentages of Color #6aba34

%43
%0
%72
%27

Triadic Colors of #6aba34

#6aba34 #346aba #ba346a

Analogous Colors of #6aba34

#6aba34 #34ba41 #adba34

Monochromatic Colors of #6aba34

#6aba34

Complementary Color

#6aba34 #8434ba

#6aba34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aba34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aba34 Color CSS Codes

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

#6aba34 Text Font Color

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

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


#6aba34 Background Color

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

This div background color is #6aba34


#6aba34 Border Color

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

This div border color is #6aba34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aba34


Comments

No comments written yet.

Please login to write comment.