Color Hex Logo

#6cdcce Color Hex

#6CDCCE
(108,220,206)
0 Favorites   0 Comments

Color spaces of #6cdcce

RGB 108220206
HSL0.480.620.64
HSV173°51°86°
CMYK 0.510.000.06   0.14
XYZ42.918158.830867.4860
Yxy58.83080.25360.3476
Hunter Lab76.7012-34.34771.5242
CIE-Lab81.1985-35.3660-2.9387

#6cdcce color RGB value is (108,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011100 11001110
Octal 154 334 316
Decimal 108 220 206
Hex 6C DC CE

RGB Percentages of Color #6cdcce

%20.22
%41.20
%38.58

CMYK Percentages of Color #6cdcce

%51
%0
%6
%14

Triadic Colors of #6cdcce

#6cdcce #ce6cdc #dcce6c

Analogous Colors of #6cdcce

#6cdcce #6cb2dc #6cdc96

Monochromatic Colors of #6cdcce

#6cdcce

Complementary Color

#6cdcce #dc6c7a

#6cdcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdcce Color CSS Codes

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

#6cdcce Text Font Color

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

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


#6cdcce Background Color

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

This div background color is #6cdcce


#6cdcce Border Color

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

This div border color is #6cdcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdcce


Comments

No comments written yet.

Please login to write comment.