Color Hex Logo

#6dcdaf Color Hex

#6DCDAF
(109,205,175)
0 Favorites   0 Comments

Color spaces of #6dcdaf

RGB 109205175
HSL0.450.490.62
HSV161°47°80°
CMYK 0.470.000.15   0.20
XYZ35.875950.009048.3193
Yxy50.00900.26730.3726
Hunter Lab70.7170-33.19898.9905
CIE-Lab76.0748-35.52686.1980

#6dcdaf color RGB value is (109,205,175).

#6dcdaf hex color red value is 109, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6dcdaf hue: 0.45 , saturation: 0.49 and the lightness value of 6dcdaf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001101 10101111
Octal 155 315 257
Decimal 109 205 175
Hex 6D CD AF

RGB Percentages of Color #6dcdaf

%22.29
%41.92
%35.79

CMYK Percentages of Color #6dcdaf

%47
%0
%15
%20

Triadic Colors of #6dcdaf

#6dcdaf #af6dcd #cdaf6d

Analogous Colors of #6dcdaf

#6dcdaf #6dbbcd #6dcd7f

Monochromatic Colors of #6dcdaf

#6dcdaf

Complementary Color

#6dcdaf #cd6d8b

#6dcdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcdaf Color CSS Codes

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

#6dcdaf Text Font Color

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

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


#6dcdaf Background Color

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

This div background color is #6dcdaf


#6dcdaf Border Color

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

This div border color is #6dcdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcdaf


Comments

No comments written yet.

Please login to write comment.