Color Hex Logo

#6ccdaa Color Hex

#6CCDAA
(108,205,170)
0 Favorites   0 Comments

Color spaces of #6ccdaa

RGB 108205170
HSL0.440.490.61
HSV158°47°80°
CMYK 0.470.000.17   0.20
XYZ35.271449.753145.7745
Yxy49.75310.26970.3804
Hunter Lab70.5359-34.179010.8987
CIE-Lab75.9175-36.88978.6533

#6ccdaa color RGB value is (108,205,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001101 10101010
Octal 154 315 252
Decimal 108 205 170
Hex 6C CD AA

RGB Percentages of Color #6ccdaa

%22.36
%42.44
%35.20

CMYK Percentages of Color #6ccdaa

%47
%0
%17
%20

Triadic Colors of #6ccdaa

#6ccdaa #aa6ccd #cdaa6c

Analogous Colors of #6ccdaa

#6ccdaa #6cc0cd #6ccd7a

Monochromatic Colors of #6ccdaa

#6ccdaa

Complementary Color

#6ccdaa #cd6c8f

#6ccdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccdaa Color CSS Codes

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

#6ccdaa Text Font Color

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

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


#6ccdaa Background Color

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

This div background color is #6ccdaa


#6ccdaa Border Color

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

This div border color is #6ccdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccdaa


Comments

No comments written yet.

Please login to write comment.