Color Hex Logo

#3c6c8f Color Hex

#3C6C8F
(60,108,143)
0 Favorites   0 Comments

Color spaces of #3c6c8f

RGB 60108143
HSL0.570.410.40
HSV205°58°56°
CMYK 0.580.240.00   0.44
XYZ12.184013.669027.9828
Yxy13.66900.22630.2539
Hunter Lab36.9716-5.8756-18.9949
CIE-Lab43.7544-5.4540-24.1321

#3c6c8f color RGB value is (60,108,143).

#3c6c8f hex color red value is 60, green value is 108 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #3c6c8f hue: 0.57 , saturation: 0.41 and the lightness value of 3c6c8f is 0.40.

The process color (four color CMYK) of #3c6c8f color hex is 0.58, 0.24, 0.00, 0.44. Web safe color of #3c6c8f is #336699. Color #3c6c8f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01101100 10001111
Octal 74 154 217
Decimal 60 108 143
Hex 3C 6C 8F

RGB Percentages of Color #3c6c8f

%19.29
%34.73
%45.98

CMYK Percentages of Color #3c6c8f

%58
%24
%0
%44

Triadic Colors of #3c6c8f

#3c6c8f #8f3c6c #6c8f3c

Analogous Colors of #3c6c8f

#3c6c8f #3c438f #3c8f89

Monochromatic Colors of #3c6c8f

#3c6c8f

Complementary Color

#3c6c8f #8f5f3c

#3c6c8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c6c8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c6c8f Color CSS Codes

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

#3c6c8f Text Font Color

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

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


#3c6c8f Background Color

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

This div background color is #3c6c8f


#3c6c8f Border Color

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

This div border color is #3c6c8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c6c8f


Comments

No comments written yet.

Please login to write comment.