Color Hex Logo

#6daa7e Color Hex

#6DAA7E
(109,170,126)
0 Favorites   0 Comments

Color spaces of #6daa7e

RGB 109170126
HSL0.380.260.55
HSV137°36°67°
CMYK 0.360.000.26   0.33
XYZ24.447333.507024.9177
Yxy33.50700.29500.4043
Hunter Lab57.8852-25.911314.9973
CIE-Lab64.5693-29.300916.5790

#6daa7e color RGB value is (109,170,126).

#6daa7e hex color red value is 109, green value is 170 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6daa7e hue: 0.38 , saturation: 0.26 and the lightness value of 6daa7e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101010 01111110
Octal 155 252 176
Decimal 109 170 126
Hex 6D AA 7E

RGB Percentages of Color #6daa7e

%26.91
%41.98
%31.11

CMYK Percentages of Color #6daa7e

%36
%0
%26
%33

Triadic Colors of #6daa7e

#6daa7e #7e6daa #aa7e6d

Analogous Colors of #6daa7e

#6daa7e #6daa9d #7baa6d

Monochromatic Colors of #6daa7e

#6daa7e

Complementary Color

#6daa7e #aa6d99

#6daa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daa7e Color CSS Codes

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

#6daa7e Text Font Color

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

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


#6daa7e Background Color

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

This div background color is #6daa7e


#6daa7e Border Color

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

This div border color is #6daa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daa7e


Comments

No comments written yet.

Please login to write comment.