Color Hex Logo

#6dcaad Color Hex

#6DCAAD
(109,202,173)
0 Favorites   0 Comments

Color spaces of #6dcaad

RGB 109202173
HSL0.450.470.61
HSV161°46°79°
CMYK 0.460.000.14   0.21
XYZ34.970048.509447.0553
Yxy48.50940.26790.3716
Hunter Lab69.6487-32.26198.6972
CIE-Lab75.1451-34.58695.9371

#6dcaad color RGB value is (109,202,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001010 10101101
Octal 155 312 255
Decimal 109 202 173
Hex 6D CA AD

RGB Percentages of Color #6dcaad

%22.52
%41.74
%35.74

CMYK Percentages of Color #6dcaad

%46
%0
%14
%21

Triadic Colors of #6dcaad

#6dcaad #ad6dca #caad6d

Analogous Colors of #6dcaad

#6dcaad #6db9ca #6dca7f

Monochromatic Colors of #6dcaad

#6dcaad

Complementary Color

#6dcaad #ca6d8a

#6dcaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcaad Color CSS Codes

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

#6dcaad Text Font Color

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

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


#6dcaad Background Color

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

This div background color is #6dcaad


#6dcaad Border Color

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

This div border color is #6dcaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcaad


Comments

No comments written yet.

Please login to write comment.