Color Hex Logo

#6dccae Color Hex

#6DCCAE
(109,204,174)
0 Favorites   0 Comments

Color spaces of #6dccae

RGB 109204174
HSL0.450.480.61
HSV161°47°80°
CMYK 0.470.000.15   0.20
XYZ35.539549.492947.7244
Yxy49.49290.26770.3728
Hunter Lab70.3512-32.94139.0251
CIE-Lab75.7569-35.28986.2787

#6dccae color RGB value is (109,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001100 10101110
Octal 155 314 256
Decimal 109 204 174
Hex 6D CC AE

RGB Percentages of Color #6dccae

%22.38
%41.89
%35.73

CMYK Percentages of Color #6dccae

%47
%0
%15
%20

Triadic Colors of #6dccae

#6dccae #ae6dcc #ccae6d

Analogous Colors of #6dccae

#6dccae #6dbbcc #6dcc7f

Monochromatic Colors of #6dccae

#6dccae

Complementary Color

#6dccae #cc6d8b

#6dccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dccae Color CSS Codes

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

#6dccae Text Font Color

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

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


#6dccae Background Color

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

This div background color is #6dccae


#6dccae Border Color

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

This div border color is #6dccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dccae


Comments

No comments written yet.

Please login to write comment.