Color Hex Logo

#6aab2e Color Hex

#6AAB2E
(106,171,46)
0 Favorites   0 Comments

Color spaces of #6aab2e

RGB 10617146
HSL0.250.580.43
HSV91°73°67°
CMYK 0.380.000.73   0.33
XYZ20.999932.38727.7293
Yxy32.38720.34360.5299
Hunter Lab56.9098-33.724931.7842
CIE-Lab63.6616-41.098254.5362

#6aab2e color RGB value is (106,171,46).

#6aab2e hex color red value is 106, green value is 171 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #6aab2e hue: 0.25 , saturation: 0.58 and the lightness value of 6aab2e is 0.43.

The process color (four color CMYK) of #6aab2e color hex is 0.38, 0.00, 0.73, 0.33. Web safe color of #6aab2e is #669933. Color #6aab2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 00101110
Octal 152 253 56
Decimal 106 171 46
Hex 6A AB 2E

RGB Percentages of Color #6aab2e

%32.82
%52.94
%14.24

CMYK Percentages of Color #6aab2e

%38
%0
%73
%33

Triadic Colors of #6aab2e

#6aab2e #2e6aab #ab2e6a

Analogous Colors of #6aab2e

#6aab2e #2eab31 #a9ab2e

Monochromatic Colors of #6aab2e

#6aab2e

Complementary Color

#6aab2e #6f2eab

#6aab2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aab2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aab2e Color CSS Codes

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

#6aab2e Text Font Color

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

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


#6aab2e Background Color

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

This div background color is #6aab2e


#6aab2e Border Color

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

This div border color is #6aab2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aab2e


Comments

No comments written yet.

Please login to write comment.