Color Hex Logo

#3c8ecd Color Hex

#3C8ECD
(60,142,205)
0 Favorites   0 Comments

Color spaces of #3c8ecd

RGB 60142205
HSL0.570.590.52
HSV206°71°80°
CMYK 0.710.310.00   0.20
XYZ22.555924.714461.3391
Yxy24.71440.20770.2276
Hunter Lab49.7136-6.0103-38.3555
CIE-Lab56.7961-4.2169-39.6689

#3c8ecd color RGB value is (60,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10001110 11001101
Octal 74 216 315
Decimal 60 142 205
Hex 3C 8E CD

RGB Percentages of Color #3c8ecd

%14.74
%34.89
%50.37

CMYK Percentages of Color #3c8ecd

%71
%31
%0
%20

Triadic Colors of #3c8ecd

#3c8ecd #cd3c8e #8ecd3c

Analogous Colors of #3c8ecd

#3c8ecd #3c46cd #3ccdc4

Monochromatic Colors of #3c8ecd

#3c8ecd

Complementary Color

#3c8ecd #cd7b3c

#3c8ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c8ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c8ecd Color CSS Codes

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

#3c8ecd Text Font Color

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

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


#3c8ecd Background Color

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

This div background color is #3c8ecd


#3c8ecd Border Color

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

This div border color is #3c8ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c8ecd


Comments

No comments written yet.

Please login to write comment.