Color Hex Logo

#3c7acc Color Hex

#3C7ACC
(60,122,204)
0 Favorites   0 Comments

Color spaces of #3c7acc

RGB 60122204
HSL0.590.590.52
HSV214°71°80°
CMYK 0.710.400.00   0.20
XYZ19.722119.239459.8008
Yxy19.23940.19970.1948
Hunter Lab43.86273.4995-50.1298
CIE-Lab50.96617.3642-48.3280

#3c7acc color RGB value is (60,122,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 01111010 11001100
Octal 74 172 314
Decimal 60 122 204
Hex 3C 7A CC

RGB Percentages of Color #3c7acc

%15.54
%31.61
%52.85

CMYK Percentages of Color #3c7acc

%71
%40
%0
%20

Triadic Colors of #3c7acc

#3c7acc #cc3c7a #7acc3c

Analogous Colors of #3c7acc

#3c7acc #463ccc #3cc2cc

Monochromatic Colors of #3c7acc

#3c7acc

Complementary Color

#3c7acc #cc8e3c

#3c7acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c7acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c7acc Color CSS Codes

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

#3c7acc Text Font Color

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

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


#3c7acc Background Color

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

This div background color is #3c7acc


#3c7acc Border Color

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

This div border color is #3c7acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c7acc


Comments

No comments written yet.

Please login to write comment.