Color Hex Logo

#3c6acd Color Hex

#3C6ACD
(60,106,205)
0 Favorites   0 Comments

Color spaces of #3c6acd

RGB 60106205
HSL0.610.590.52
HSV221°71°80°
CMYK 0.710.480.00   0.20
XYZ18.037015.676559.8328
Yxy15.67650.19280.1676
Hunter Lab39.593612.0276-61.8821
CIE-Lab46.547217.7286-55.9761

#3c6acd color RGB value is (60,106,205).

#3c6acd hex color red value is 60, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3c6acd hue: 0.61 , saturation: 0.59 and the lightness value of 3c6acd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 01101010 11001101
Octal 74 152 315
Decimal 60 106 205
Hex 3C 6A CD

RGB Percentages of Color #3c6acd

%16.17
%28.57
%55.26

CMYK Percentages of Color #3c6acd

%71
%48
%0
%20

Triadic Colors of #3c6acd

#3c6acd #cd3c6a #6acd3c

Analogous Colors of #3c6acd

#3c6acd #573ccd #3cb3cd

Monochromatic Colors of #3c6acd

#3c6acd

Complementary Color

#3c6acd #cd9f3c

#3c6acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c6acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c6acd Color CSS Codes

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

#3c6acd Text Font Color

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

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


#3c6acd Background Color

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

This div background color is #3c6acd


#3c6acd Border Color

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

This div border color is #3c6acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c6acd


Comments

No comments written yet.

Please login to write comment.