Color Hex Logo

#3ca0ce Color Hex

#3CA0CE
(60,160,206)
0 Favorites   0 Comments

Color spaces of #3ca0ce

RGB 60160206
HSL0.550.600.52
HSV199°71°81°
CMYK 0.710.220.00   0.19
XYZ25.574930.558562.9430
Yxy30.55850.21480.2566
Hunter Lab55.2797-14.1574-28.8134
CIE-Lab62.1331-13.9845-31.8944

#3ca0ce color RGB value is (60,160,206).

#3ca0ce hex color red value is 60, green value is 160 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3ca0ce hue: 0.55 , saturation: 0.60 and the lightness value of 3ca0ce is 0.52.

The process color (four color CMYK) of #3ca0ce color hex is 0.71, 0.22, 0.00, 0.19. Web safe color of #3ca0ce is #3399cc. Color #3ca0ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10100000 11001110
Octal 74 240 316
Decimal 60 160 206
Hex 3C A0 CE

RGB Percentages of Color #3ca0ce

%14.08
%37.56
%48.36

CMYK Percentages of Color #3ca0ce

%71
%22
%0
%19

Triadic Colors of #3ca0ce

#3ca0ce #ce3ca0 #a0ce3c

Analogous Colors of #3ca0ce

#3ca0ce #3c57ce #3cceb3

Monochromatic Colors of #3ca0ce

#3ca0ce

Complementary Color

#3ca0ce #ce6a3c

#3ca0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ca0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ca0ce Color CSS Codes

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

#3ca0ce Text Font Color

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

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


#3ca0ce Background Color

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

This div background color is #3ca0ce


#3ca0ce Border Color

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

This div border color is #3ca0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ca0ce


Comments

No comments written yet.

Please login to write comment.