Color Hex Logo

#6dccbf Color Hex

#6DCCBF
(109,204,191)
0 Favorites   0 Comments

Color spaces of #6dccbf

RGB 109204191
HSL0.480.480.61
HSV172°47°80°
CMYK 0.470.000.06   0.20
XYZ37.303550.198557.0134
Yxy50.19850.25810.3474
Hunter Lab70.8509-30.00761.8852
CIE-Lab76.1909-31.2967-2.2516

#6dccbf color RGB value is (109,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001100 10111111
Octal 155 314 277
Decimal 109 204 191
Hex 6D CC BF

RGB Percentages of Color #6dccbf

%21.63
%40.48
%37.90

CMYK Percentages of Color #6dccbf

%47
%0
%6
%20

Triadic Colors of #6dccbf

#6dccbf #bf6dcc #ccbf6d

Analogous Colors of #6dccbf

#6dccbf #6daacc #6dcc90

Monochromatic Colors of #6dccbf

#6dccbf

Complementary Color

#6dccbf #cc6d7a

#6dccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dccbf Color CSS Codes

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

#6dccbf Text Font Color

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

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


#6dccbf Background Color

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

This div background color is #6dccbf


#6dccbf Border Color

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

This div border color is #6dccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dccbf


Comments

No comments written yet.

Please login to write comment.