Color Hex Logo

#6dcbaa Color Hex

#6DCBAA
(109,203,170)
0 Favorites   0 Comments

Color spaces of #6dcbaa

RGB 109203170
HSL0.440.470.61
HSV159°46°80°
CMYK 0.460.000.16   0.20
XYZ34.918348.865445.6218
Yxy48.86540.26980.3776
Hunter Lab69.9038-33.167410.2378
CIE-Lab75.3675-35.72237.8719

#6dcbaa color RGB value is (109,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001011 10101010
Octal 155 313 252
Decimal 109 203 170
Hex 6D CB AA

RGB Percentages of Color #6dcbaa

%22.61
%42.12
%35.27

CMYK Percentages of Color #6dcbaa

%46
%0
%16
%20

Triadic Colors of #6dcbaa

#6dcbaa #aa6dcb #cbaa6d

Analogous Colors of #6dcbaa

#6dcbaa #6dbdcb #6dcb7b

Monochromatic Colors of #6dcbaa

#6dcbaa

Complementary Color

#6dcbaa #cb6d8e

#6dcbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcbaa Color CSS Codes

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

#6dcbaa Text Font Color

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

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


#6dcbaa Background Color

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

This div background color is #6dcbaa


#6dcbaa Border Color

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

This div border color is #6dcbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcbaa


Comments

No comments written yet.

Please login to write comment.