Color Hex Logo

#6dcdad Color Hex

#6DCDAD
(109,205,173)
0 Favorites   0 Comments

Color spaces of #6dcdad

RGB 109205173
HSL0.440.490.62
HSV160°47°80°
CMYK 0.470.000.16   0.20
XYZ35.680849.931047.2922
Yxy49.93100.26850.3757
Hunter Lab70.6619-33.52459.7820
CIE-Lab76.0269-35.97667.2041

#6dcdad color RGB value is (109,205,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001101 10101101
Octal 155 315 255
Decimal 109 205 173
Hex 6D CD AD

RGB Percentages of Color #6dcdad

%22.38
%42.09
%35.52

CMYK Percentages of Color #6dcdad

%47
%0
%16
%20

Triadic Colors of #6dcdad

#6dcdad #ad6dcd #cdad6d

Analogous Colors of #6dcdad

#6dcdad #6dbdcd #6dcd7d

Monochromatic Colors of #6dcdad

#6dcdad

Complementary Color

#6dcdad #cd6d8d

#6dcdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcdad Color CSS Codes

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

#6dcdad Text Font Color

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

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


#6dcdad Background Color

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

This div background color is #6dcdad


#6dcdad Border Color

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

This div border color is #6dcdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcdad


Comments

No comments written yet.

Please login to write comment.