Color Hex Logo

#6ccdbc Color Hex

#6CCDBC
(108,205,188)
0 Favorites   0 Comments

Color spaces of #6ccdbc

RGB 108205188
HSL0.470.490.61
HSV169°47°80°
CMYK 0.470.000.08   0.20
XYZ37.092850.481655.3659
Yxy50.48160.25950.3532
Hunter Lab71.0504-31.14993.5337
CIE-Lab76.3639-32.7328-0.3854

#6ccdbc color RGB value is (108,205,188).

#6ccdbc hex color red value is 108, green value is 205 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6ccdbc hue: 0.47 , saturation: 0.49 and the lightness value of 6ccdbc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001101 10111100
Octal 154 315 274
Decimal 108 205 188
Hex 6C CD BC

RGB Percentages of Color #6ccdbc

%21.56
%40.92
%37.52

CMYK Percentages of Color #6ccdbc

%47
%0
%8
%20

Triadic Colors of #6ccdbc

#6ccdbc #bc6ccd #cdbc6c

Analogous Colors of #6ccdbc

#6ccdbc #6caecd #6ccd8c

Monochromatic Colors of #6ccdbc

#6ccdbc

Complementary Color

#6ccdbc #cd6c7d

#6ccdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccdbc Color CSS Codes

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

#6ccdbc Text Font Color

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

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


#6ccdbc Background Color

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

This div background color is #6ccdbc


#6ccdbc Border Color

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

This div border color is #6ccdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccdbc


Comments

No comments written yet.

Please login to write comment.