Color Hex Logo

#6ccdc0 Color Hex

#6CCDC0
(108,205,192)
0 Favorites   0 Comments

Color spaces of #6ccdc0

RGB 108205192
HSL0.480.490.61
HSV172°47°80°
CMYK 0.470.000.06   0.20
XYZ37.530150.656657.6688
Yxy50.65660.25730.3473
Hunter Lab71.1735-30.42961.7813
CIE-Lab76.4705-31.7620-2.3849

#6ccdc0 color RGB value is (108,205,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001101 11000000
Octal 154 315 300
Decimal 108 205 192
Hex 6C CD C0

RGB Percentages of Color #6ccdc0

%21.39
%40.59
%38.02

CMYK Percentages of Color #6ccdc0

%47
%0
%6
%20

Triadic Colors of #6ccdc0

#6ccdc0 #c06ccd #cdc06c

Analogous Colors of #6ccdc0

#6ccdc0 #6caacd #6ccd90

Monochromatic Colors of #6ccdc0

#6ccdc0

Complementary Color

#6ccdc0 #cd6c79

#6ccdc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccdc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccdc0 Color CSS Codes

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

#6ccdc0 Text Font Color

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

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


#6ccdc0 Background Color

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

This div background color is #6ccdc0


#6ccdc0 Border Color

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

This div border color is #6ccdc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccdc0


Comments

No comments written yet.

Please login to write comment.