Color Hex Logo

#3ca4ce Color Hex

#3CA4CE
(60,164,206)
0 Favorites   0 Comments

Color spaces of #3ca4ce

RGB 60164206
HSL0.550.600.52
HSV197°71°81°
CMYK 0.710.200.00   0.19
XYZ26.279531.967863.1778
Yxy31.96780.21640.2633
Hunter Lab56.5401-15.9794-26.6725
CIE-Lab63.3163-16.1466-30.0614

#3ca4ce color RGB value is (60,164,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10100100 11001110
Octal 74 244 316
Decimal 60 164 206
Hex 3C A4 CE

RGB Percentages of Color #3ca4ce

%13.95
%38.14
%47.91

CMYK Percentages of Color #3ca4ce

%71
%20
%0
%19

Triadic Colors of #3ca4ce

#3ca4ce #ce3ca4 #a4ce3c

Analogous Colors of #3ca4ce

#3ca4ce #3c5bce #3cceaf

Monochromatic Colors of #3ca4ce

#3ca4ce

Complementary Color

#3ca4ce #ce663c

#3ca4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ca4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ca4ce Color CSS Codes

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

#3ca4ce Text Font Color

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

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


#3ca4ce Background Color

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

This div background color is #3ca4ce


#3ca4ce Border Color

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

This div border color is #3ca4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ca4ce


Comments

No comments written yet.

Please login to write comment.