Color Hex Logo

#6dccaa Color Hex

#6DCCAA
(109,204,170)
0 Favorites   0 Comments

Color spaces of #6dccaa

RGB 109204170
HSL0.440.480.61
HSV159°47°80°
CMYK 0.470.000.17   0.20
XYZ35.155249.339245.7008
Yxy49.33920.27000.3790
Hunter Lab70.2419-33.586210.5940
CIE-Lab75.6619-36.18308.2931

#6dccaa color RGB value is (109,204,170).

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

The process color (four color CMYK) of #6dccaa color hex is 0.47, 0.00, 0.17, 0.20. Web safe color of #6dccaa is #66cc99. Color #6dccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001100 10101010
Octal 155 314 252
Decimal 109 204 170
Hex 6D CC AA

RGB Percentages of Color #6dccaa

%22.57
%42.24
%35.20

CMYK Percentages of Color #6dccaa

%47
%0
%17
%20

Triadic Colors of #6dccaa

#6dccaa #aa6dcc #ccaa6d

Analogous Colors of #6dccaa

#6dccaa #6dbfcc #6dcc7b

Monochromatic Colors of #6dccaa

#6dccaa

Complementary Color

#6dccaa #cc6d8f

#6dccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dccaa Color CSS Codes

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

#6dccaa Text Font Color

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

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


#6dccaa Background Color

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

This div background color is #6dccaa


#6dccaa Border Color

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

This div border color is #6dccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dccaa


Comments

No comments written yet.

Please login to write comment.