Color Hex Logo

#6aaa7d Color Hex

#6AAA7D
(106,170,125)
0 Favorites   0 Comments

Color spaces of #6aaa7d

RGB 106170125
HSL0.380.270.54
HSV138°38°67°
CMYK 0.380.000.26   0.33
XYZ24.020333.294324.5625
Yxy33.29430.29340.4066
Hunter Lab57.7012-26.669815.1520
CIE-Lab64.3985-30.426716.8685

#6aaa7d color RGB value is (106,170,125).

#6aaa7d hex color red value is 106, green value is 170 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #6aaa7d hue: 0.38 , saturation: 0.27 and the lightness value of 6aaa7d is 0.54.

The process color (four color CMYK) of #6aaa7d color hex is 0.38, 0.00, 0.26, 0.33. Web safe color of #6aaa7d is #669966. Color #6aaa7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101010 01111101
Octal 152 252 175
Decimal 106 170 125
Hex 6A AA 7D

RGB Percentages of Color #6aaa7d

%26.43
%42.39
%31.17

CMYK Percentages of Color #6aaa7d

%38
%0
%26
%33

Triadic Colors of #6aaa7d

#6aaa7d #7d6aaa #aa7d6a

Analogous Colors of #6aaa7d

#6aaa7d #6aaa9d #77aa6a

Monochromatic Colors of #6aaa7d

#6aaa7d

Complementary Color

#6aaa7d #aa6a97

#6aaa7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaa7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaa7d Color CSS Codes

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

#6aaa7d Text Font Color

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

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


#6aaa7d Background Color

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

This div background color is #6aaa7d


#6aaa7d Border Color

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

This div border color is #6aaa7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaa7d


Comments

No comments written yet.

Please login to write comment.