Color Hex Logo

#6ddcad Color Hex

#6DDCAD
(109,220,173)
0 Favorites   0 Comments

Color spaces of #6ddcad

RGB 109220173
HSL0.430.610.65
HSV155°50°86°
CMYK 0.500.000.21   0.14
XYZ39.442757.454748.5462
Yxy57.45470.27120.3950
Hunter Lab75.7989-39.763815.0863
CIE-Lab80.4347-42.720613.4766

#6ddcad color RGB value is (109,220,173).

#6ddcad hex color red value is 109, green value is 220 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6ddcad hue: 0.43 , saturation: 0.61 and the lightness value of 6ddcad is 0.65.

The process color (four color CMYK) of #6ddcad color hex is 0.50, 0.00, 0.21, 0.14. Web safe color of #6ddcad is #66cc99. Color #6ddcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011100 10101101
Octal 155 334 255
Decimal 109 220 173
Hex 6D DC AD

RGB Percentages of Color #6ddcad

%21.71
%43.82
%34.46

CMYK Percentages of Color #6ddcad

%50
%0
%21
%14

Triadic Colors of #6ddcad

#6ddcad #ad6ddc #dcad6d

Analogous Colors of #6ddcad

#6ddcad #6dd4dc #6ddc76

Monochromatic Colors of #6ddcad

#6ddcad

Complementary Color

#6ddcad #dc6d9c

#6ddcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddcad Color CSS Codes

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

#6ddcad Text Font Color

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

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


#6ddcad Background Color

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

This div background color is #6ddcad


#6ddcad Border Color

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

This div border color is #6ddcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddcad


Comments

No comments written yet.

Please login to write comment.