Color Hex Logo

#6dccaf Color Hex

#6DCCAF
(109,204,175)
0 Favorites   0 Comments

Color spaces of #6dccaf

RGB 109204175
HSL0.450.480.61
HSV162°47°80°
CMYK 0.470.000.14   0.20
XYZ35.637449.532148.2398
Yxy49.53210.26710.3713
Hunter Lab70.3790-32.77748.6263
CIE-Lab75.7812-35.06375.7755

#6dccaf color RGB value is (109,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001100 10101111
Octal 155 314 257
Decimal 109 204 175
Hex 6D CC AF

RGB Percentages of Color #6dccaf

%22.34
%41.80
%35.86

CMYK Percentages of Color #6dccaf

%47
%0
%14
%20

Triadic Colors of #6dccaf

#6dccaf #af6dcc #ccaf6d

Analogous Colors of #6dccaf

#6dccaf #6dbacc #6dcc80

Monochromatic Colors of #6dccaf

#6dccaf

Complementary Color

#6dccaf #cc6d8a

#6dccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dccaf Color CSS Codes

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

#6dccaf Text Font Color

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

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


#6dccaf Background Color

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

This div background color is #6dccaf


#6dccaf Border Color

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

This div border color is #6dccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dccaf


Comments

No comments written yet.

Please login to write comment.