Color Hex Logo

#6cdcc0 Color Hex

#6CDCC0
(108,220,192)
0 Favorites   0 Comments

Color spaces of #6cdcc0

RGB 108220192
HSL0.460.620.64
HSV165°51°86°
CMYK 0.510.000.13   0.14
XYZ41.292058.180358.9228
Yxy58.18030.26070.3673
Hunter Lab76.2760-36.85217.5920
CIE-Lab80.8389-38.72323.9824

#6cdcc0 color RGB value is (108,220,192).

#6cdcc0 hex color red value is 108, green value is 220 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #6cdcc0 hue: 0.46 , saturation: 0.62 and the lightness value of 6cdcc0 is 0.64.

The process color (four color CMYK) of #6cdcc0 color hex is 0.51, 0.00, 0.13, 0.14. Web safe color of #6cdcc0 is #66cccc. Color #6cdcc0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011100 11000000
Octal 154 334 300
Decimal 108 220 192
Hex 6C DC C0

RGB Percentages of Color #6cdcc0

%20.77
%42.31
%36.92

CMYK Percentages of Color #6cdcc0

%51
%0
%13
%14

Triadic Colors of #6cdcc0

#6cdcc0 #c06cdc #dcc06c

Analogous Colors of #6cdcc0

#6cdcc0 #6cc0dc #6cdc88

Monochromatic Colors of #6cdcc0

#6cdcc0

Complementary Color

#6cdcc0 #dc6c88

#6cdcc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdcc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdcc0 Color CSS Codes

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

#6cdcc0 Text Font Color

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

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


#6cdcc0 Background Color

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

This div background color is #6cdcc0


#6cdcc0 Border Color

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

This div border color is #6cdcc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdcc0


Comments

No comments written yet.

Please login to write comment.