Color Hex Logo

#6ccdc5 Color Hex

#6CCDC5
(108,205,197)
0 Favorites   0 Comments

Color spaces of #6ccdc5

RGB 108205197
HSL0.490.490.61
HSV175°47°80°
CMYK 0.470.000.04   0.20
XYZ38.093750.882060.6368
Yxy50.88200.25460.3401
Hunter Lab71.3316-29.5048-0.4685
CIE-Lab76.6075-30.5252-4.8785

#6ccdc5 color RGB value is (108,205,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001101 11000101
Octal 154 315 305
Decimal 108 205 197
Hex 6C CD C5

RGB Percentages of Color #6ccdc5

%21.18
%40.20
%38.63

CMYK Percentages of Color #6ccdc5

%47
%0
%4
%20

Triadic Colors of #6ccdc5

#6ccdc5 #c56ccd #cdc56c

Analogous Colors of #6ccdc5

#6ccdc5 #6ca5cd #6ccd95

Monochromatic Colors of #6ccdc5

#6ccdc5

Complementary Color

#6ccdc5 #cd6c74

#6ccdc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccdc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccdc5 Color CSS Codes

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

#6ccdc5 Text Font Color

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

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


#6ccdc5 Background Color

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

This div background color is #6ccdc5


#6ccdc5 Border Color

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

This div border color is #6ccdc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccdc5


Comments

No comments written yet.

Please login to write comment.