Color Hex Logo

#6dad82 Color Hex

#6DAD82
(109,173,130)
0 Favorites   0 Comments

Color spaces of #6dad82

RGB 109173130
HSL0.390.280.55
HSV140°37°68°
CMYK 0.370.000.25   0.32
XYZ25.279534.750126.4942
Yxy34.75010.29220.4016
Hunter Lab58.9492-26.614014.6171
CIE-Lab65.5536-29.975715.7487

#6dad82 color RGB value is (109,173,130).

#6dad82 hex color red value is 109, green value is 173 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #6dad82 hue: 0.39 , saturation: 0.28 and the lightness value of 6dad82 is 0.55.

The process color (four color CMYK) of #6dad82 color hex is 0.37, 0.00, 0.25, 0.32. Web safe color of #6dad82 is #669999. Color #6dad82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101101 10000010
Octal 155 255 202
Decimal 109 173 130
Hex 6D AD 82

RGB Percentages of Color #6dad82

%26.46
%41.99
%31.55

CMYK Percentages of Color #6dad82

%37
%0
%25
%32

Triadic Colors of #6dad82

#6dad82 #826dad #ad826d

Analogous Colors of #6dad82

#6dad82 #6dada2 #78ad6d

Monochromatic Colors of #6dad82

#6dad82

Complementary Color

#6dad82 #ad6d98

#6dad82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dad82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dad82 Color CSS Codes

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

#6dad82 Text Font Color

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

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


#6dad82 Background Color

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

This div background color is #6dad82


#6dad82 Border Color

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

This div border color is #6dad82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dad82


Comments

No comments written yet.

Please login to write comment.