Color Hex Logo

#6ec6cc Color Hex

#6EC6CC
(110,198,204)
0 Favorites   0 Comments

Color spaces of #6ec6cc

RGB 110198204
HSL0.510.480.62
HSV184°46°80°
CMYK 0.460.030.00   0.20
XYZ37.523648.062864.4261
Yxy48.06280.25010.3204
Hunter Lab69.3273-24.7093-6.5692
CIE-Lab74.8645-24.8608-11.2421

#6ec6cc color RGB value is (110,198,204).

#6ec6cc hex color red value is 110, green value is 198 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6ec6cc hue: 0.51 , saturation: 0.48 and the lightness value of 6ec6cc is 0.62.

The process color (four color CMYK) of #6ec6cc color hex is 0.46, 0.03, 0.00, 0.20. Web safe color of #6ec6cc is #66cccc. Color #6ec6cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11000110 11001100
Octal 156 306 314
Decimal 110 198 204
Hex 6E C6 CC

RGB Percentages of Color #6ec6cc

%21.48
%38.67
%39.84

CMYK Percentages of Color #6ec6cc

%46
%3
%0
%20

Triadic Colors of #6ec6cc

#6ec6cc #cc6ec6 #c6cc6e

Analogous Colors of #6ec6cc

#6ec6cc #6e97cc #6ecca3

Monochromatic Colors of #6ec6cc

#6ec6cc

Complementary Color

#6ec6cc #cc746e

#6ec6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ec6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ec6cc Color CSS Codes

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

#6ec6cc Text Font Color

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

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


#6ec6cc Background Color

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

This div background color is #6ec6cc


#6ec6cc Border Color

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

This div border color is #6ec6cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,198,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ec6cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ec6cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6ec6cc;
  box-shadow:         1px 1px 3px 2px #6ec6cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,198,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ec6cc


Comments

No comments written yet.

Please login to write comment.