Color Hex Logo

#6dccab Color Hex

#6DCCAB
(109,204,171)
0 Favorites   0 Comments

Color spaces of #6dccab

RGB 109204171
HSL0.440.480.61
HSV159°47°80°
CMYK 0.470.000.16   0.20
XYZ35.250249.377246.2010
Yxy49.37720.26940.3774
Hunter Lab70.2689-33.426610.2057
CIE-Lab75.6854-35.96147.7893

#6dccab color RGB value is (109,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001100 10101011
Octal 155 314 253
Decimal 109 204 171
Hex 6D CC AB

RGB Percentages of Color #6dccab

%22.52
%42.15
%35.33

CMYK Percentages of Color #6dccab

%47
%0
%16
%20

Triadic Colors of #6dccab

#6dccab #ab6dcc #ccab6d

Analogous Colors of #6dccab

#6dccab #6dbecc #6dcc7c

Monochromatic Colors of #6dccab

#6dccab

Complementary Color

#6dccab #cc6d8e

#6dccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dccab Color CSS Codes

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

#6dccab Text Font Color

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

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


#6dccab Background Color

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

This div background color is #6dccab


#6dccab Border Color

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

This div border color is #6dccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dccab


Comments

No comments written yet.

Please login to write comment.