Color Hex Logo

#6aa06e Color Hex

#6AA06E
(106,160,110)
0 Favorites   0 Comments

Color spaces of #6aa06e

RGB 106160110
HSL0.350.220.52
HSV124°34°63°
CMYK 0.340.000.31   0.37
XYZ21.329129.331619.2892
Yxy29.33160.30490.4193
Hunter Lab54.1587-24.479716.7943
CIE-Lab61.0732-28.369820.5585

#6aa06e color RGB value is (106,160,110).

#6aa06e hex color red value is 106, green value is 160 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #6aa06e hue: 0.35 , saturation: 0.22 and the lightness value of 6aa06e is 0.52.

The process color (four color CMYK) of #6aa06e color hex is 0.34, 0.00, 0.31, 0.37. Web safe color of #6aa06e is #669966. Color #6aa06e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100000 01101110
Octal 152 240 156
Decimal 106 160 110
Hex 6A A0 6E

RGB Percentages of Color #6aa06e

%28.19
%42.55
%29.26

CMYK Percentages of Color #6aa06e

%34
%0
%31
%37

Triadic Colors of #6aa06e

#6aa06e #6e6aa0 #a06e6a

Analogous Colors of #6aa06e

#6aa06e #6aa089 #81a06a

Monochromatic Colors of #6aa06e

#6aa06e

Complementary Color

#6aa06e #a06a9c

#6aa06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa06e Color CSS Codes

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

#6aa06e Text Font Color

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

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


#6aa06e Background Color

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

This div background color is #6aa06e


#6aa06e Border Color

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

This div border color is #6aa06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa06e


Comments

No comments written yet.

Please login to write comment.