Color Hex Logo

#6ccacd Color Hex

#6CCACD
(108,202,205)
0 Favorites   0 Comments

Color spaces of #6ccacd

RGB 108202205
HSL0.510.490.61
HSV182°47°80°
CMYK 0.470.010.00   0.20
XYZ38.324349.837065.3572
Yxy49.83700.24960.3246
Hunter Lab70.5953-26.6390-5.4740
CIE-Lab75.9691-27.0313-10.1427

#6ccacd color RGB value is (108,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001010 11001101
Octal 154 312 315
Decimal 108 202 205
Hex 6C CA CD

RGB Percentages of Color #6ccacd

%20.97
%39.22
%39.81

CMYK Percentages of Color #6ccacd

%47
%1
%0
%20

Triadic Colors of #6ccacd

#6ccacd #cd6cca #cacd6c

Analogous Colors of #6ccacd

#6ccacd #6c9acd #6ccda0

Monochromatic Colors of #6ccacd

#6ccacd

Complementary Color

#6ccacd #cd6f6c

#6ccacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccacd Color CSS Codes

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

#6ccacd Text Font Color

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

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


#6ccacd Background Color

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

This div background color is #6ccacd


#6ccacd Border Color

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

This div border color is #6ccacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccacd


Comments

No comments written yet.

Please login to write comment.