Color Hex Logo

#3cc6ca Color Hex

#3CC6CA
(60,198,202)
0 Favorites   0 Comments

Color spaces of #3cc6ca

RGB 60198202
HSL0.500.570.51
HSV182°70°79°
CMYK 0.700.020.00   0.21
XYZ32.718245.613162.9569
Yxy45.61310.23160.3228
Hunter Lab67.5375-31.7171-7.9926
CIE-Lab73.2938-34.4685-12.6642

#3cc6ca color RGB value is (60,198,202).

#3cc6ca hex color red value is 60, green value is 198 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3cc6ca hue: 0.50 , saturation: 0.57 and the lightness value of 3cc6ca is 0.51.

The process color (four color CMYK) of #3cc6ca color hex is 0.70, 0.02, 0.00, 0.21. Web safe color of #3cc6ca is #33cccc. Color #3cc6ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11000110 11001010
Octal 74 306 312
Decimal 60 198 202
Hex 3C C6 CA

RGB Percentages of Color #3cc6ca

%13.04
%43.04
%43.91

CMYK Percentages of Color #3cc6ca

%70
%2
%0
%21

Triadic Colors of #3cc6ca

#3cc6ca #ca3cc6 #c6ca3c

Analogous Colors of #3cc6ca

#3cc6ca #3c7fca #3cca87

Monochromatic Colors of #3cc6ca

#3cc6ca

Complementary Color

#3cc6ca #ca403c

#3cc6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cc6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cc6ca Color CSS Codes

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

#3cc6ca Text Font Color

<p style="color:#3cc6ca">Text here</p>

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


#3cc6ca Background Color

<div style="background-color:#3cc6ca">
Div content here</div>

This div background color is #3cc6ca


#3cc6ca Border Color

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

This div border color is #3cc6ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,198,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3cc6ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3cc6ca;
  -webkit-box-shadow: 1px 1px 3px 2px #3cc6ca;
  box-shadow:         1px 1px 3px 2px #3cc6ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,198,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 #3cc6ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cc6ca


Comments

No comments written yet.

Please login to write comment.