Color Hex Logo

#6dadaa Color Hex

#6DADAA
(109,173,170)
0 Favorites   0 Comments

Color spaces of #6dadaa

RGB 109173170
HSL0.490.280.55
HSV177°37°68°
CMYK 0.370.000.02   0.32
XYZ28.505936.040643.4843
Yxy36.04060.26390.3336
Hunter Lab60.0338-20.3019-0.9218
CIE-Lab66.5509-21.1386-4.9543

#6dadaa color RGB value is (109,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101101 10101010
Octal 155 255 252
Decimal 109 173 170
Hex 6D AD AA

RGB Percentages of Color #6dadaa

%24.12
%38.27
%37.61

CMYK Percentages of Color #6dadaa

%37
%0
%2
%32

Triadic Colors of #6dadaa

#6dadaa #aa6dad #adaa6d

Analogous Colors of #6dadaa

#6dadaa #6d90ad #6dad8a

Monochromatic Colors of #6dadaa

#6dadaa

Complementary Color

#6dadaa #ad6d70

#6dadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dadaa Color CSS Codes

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

#6dadaa Text Font Color

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

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


#6dadaa Background Color

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

This div background color is #6dadaa


#6dadaa Border Color

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

This div border color is #6dadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dadaa


Comments

No comments written yet.

Please login to write comment.