Color Hex Logo

#3cc0fc Color Hex

#3CC0FC
(60,192,252)
0 Favorites   0 Comments

Color spaces of #3cc0fc

RGB 60192252
HSL0.550.970.61
HSV199°76°99°
CMYK 0.760.240.00   0.01
XYZ38.283845.688298.8964
Yxy45.68820.20940.2498
Hunter Lab67.5930-17.1878-39.4330
CIE-Lab73.3428-15.8410-39.6491

#3cc0fc color RGB value is (60,192,252).

#3cc0fc hex color red value is 60, green value is 192 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3cc0fc hue: 0.55 , saturation: 0.97 and the lightness value of 3cc0fc is 0.61.

The process color (four color CMYK) of #3cc0fc color hex is 0.76, 0.24, 0.00, 0.01. Web safe color of #3cc0fc is #33ccff. Color #3cc0fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11000000 11111100
Octal 74 300 374
Decimal 60 192 252
Hex 3C C0 FC

RGB Percentages of Color #3cc0fc

%11.90
%38.10
%50.00

CMYK Percentages of Color #3cc0fc

%76
%24
%0
%1

Triadic Colors of #3cc0fc

#3cc0fc #fc3cc0 #c0fc3c

Analogous Colors of #3cc0fc

#3cc0fc #3c60fc #3cfcd8

Monochromatic Colors of #3cc0fc

#3cc0fc

Complementary Color

#3cc0fc #fc783c

#3cc0fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cc0fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cc0fc Color CSS Codes

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

#3cc0fc Text Font Color

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

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


#3cc0fc Background Color

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

This div background color is #3cc0fc


#3cc0fc Border Color

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

This div border color is #3cc0fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,192,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cc0fc

Related Colors


Comments

No comments written yet.

Please login to write comment.