Color Hex Logo

#6dcaaa Color Hex

#6DCAAA
(109,202,170)
0 Favorites   0 Comments

Color spaces of #6dcaaa

RGB 109202170
HSL0.440.470.61
HSV159°46°79°
CMYK 0.460.000.16   0.21
XYZ34.682948.394545.5433
Yxy48.39450.26970.3763
Hunter Lab69.5662-32.74789.8806
CIE-Lab75.0731-35.25977.4501

#6dcaaa color RGB value is (109,202,170).

#6dcaaa hex color red value is 109, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6dcaaa hue: 0.44 , saturation: 0.47 and the lightness value of 6dcaaa is 0.61.

The process color (four color CMYK) of #6dcaaa color hex is 0.46, 0.00, 0.16, 0.21. Web safe color of #6dcaaa is #66cc99. Color #6dcaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001010 10101010
Octal 155 312 252
Decimal 109 202 170
Hex 6D CA AA

RGB Percentages of Color #6dcaaa

%22.66
%42.00
%35.34

CMYK Percentages of Color #6dcaaa

%46
%0
%16
%21

Triadic Colors of #6dcaaa

#6dcaaa #aa6dca #caaa6d

Analogous Colors of #6dcaaa

#6dcaaa #6dbcca #6dca7c

Monochromatic Colors of #6dcaaa

#6dcaaa

Complementary Color

#6dcaaa #ca6d8d

#6dcaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcaaa Color CSS Codes

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

#6dcaaa Text Font Color

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

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


#6dcaaa Background Color

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

This div background color is #6dcaaa


#6dcaaa Border Color

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

This div border color is #6dcaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,202,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 #6dcaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcaaa


Comments

No comments written yet.

Please login to write comment.