Color Hex Logo

#3cc3ca Color Hex

#3CC3CA
(60,195,202)
0 Favorites   0 Comments

Color spaces of #3cc3ca

RGB 60195202
HSL0.510.570.51
HSV183°70°79°
CMYK 0.700.030.00   0.21
XYZ32.039344.255162.7306
Yxy44.25510.23050.3183
Hunter Lab66.5245-30.4493-9.3415
CIE-Lab72.3987-33.0510-14.0076

#3cc3ca color RGB value is (60,195,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11000011 11001010
Octal 74 303 312
Decimal 60 195 202
Hex 3C C3 CA

RGB Percentages of Color #3cc3ca

%13.13
%42.67
%44.20

CMYK Percentages of Color #3cc3ca

%70
%3
%0
%21

Triadic Colors of #3cc3ca

#3cc3ca #ca3cc3 #c3ca3c

Analogous Colors of #3cc3ca

#3cc3ca #3c7cca #3cca8a

Monochromatic Colors of #3cc3ca

#3cc3ca

Complementary Color

#3cc3ca #ca433c

#3cc3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cc3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cc3ca Color CSS Codes

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

#3cc3ca Text Font Color

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

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


#3cc3ca Background Color

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

This div background color is #3cc3ca


#3cc3ca Border Color

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

This div border color is #3cc3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cc3ca


Comments

No comments written yet.

Please login to write comment.