Color Hex Logo

#6cc3ca Color Hex

#6CC3CA
(108,195,202)
0 Favorites   0 Comments

Color spaces of #6cc3ca

RGB 108195202
HSL0.510.470.61
HSV184°47°79°
CMYK 0.470.030.00   0.21
XYZ36.360146.482662.9328
Yxy46.48260.24940.3189
Hunter Lab68.1781-24.1159-7.0038
CIE-Lab73.8576-24.3515-11.6708

#6cc3ca color RGB value is (108,195,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11000011 11001010
Octal 154 303 312
Decimal 108 195 202
Hex 6C C3 CA

RGB Percentages of Color #6cc3ca

%21.39
%38.61
%40.00

CMYK Percentages of Color #6cc3ca

%47
%3
%0
%21

Triadic Colors of #6cc3ca

#6cc3ca #ca6cc3 #c3ca6c

Analogous Colors of #6cc3ca

#6cc3ca #6c94ca #6ccaa2

Monochromatic Colors of #6cc3ca

#6cc3ca

Complementary Color

#6cc3ca #ca736c

#6cc3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cc3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cc3ca Color CSS Codes

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

#6cc3ca Text Font Color

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

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


#6cc3ca Background Color

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

This div background color is #6cc3ca


#6cc3ca Border Color

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

This div border color is #6cc3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cc3ca


Comments

No comments written yet.

Please login to write comment.