Color Hex Logo

#3cbccd Color Hex

#3CBCCD
(60,188,205)
0 Favorites   0 Comments

Color spaces of #3cbccd

RGB 60188205
HSL0.520.590.52
HSV187°71°80°
CMYK 0.710.080.00   0.20
XYZ30.866141.334964.1092
Yxy41.33490.22640.3032
Hunter Lab64.2922-26.8152-14.1167
CIE-Lab70.4099-28.7791-18.6467

#3cbccd color RGB value is (60,188,205).

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

The process color (four color CMYK) of #3cbccd color hex is 0.71, 0.08, 0.00, 0.20. Web safe color of #3cbccd is #33cccc. Color #3cbccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111100 11001101
Octal 74 274 315
Decimal 60 188 205
Hex 3C BC CD

RGB Percentages of Color #3cbccd

%13.25
%41.50
%45.25

CMYK Percentages of Color #3cbccd

%71
%8
%0
%20

Triadic Colors of #3cbccd

#3cbccd #cd3cbc #bccd3c

Analogous Colors of #3cbccd

#3cbccd #3c74cd #3ccd96

Monochromatic Colors of #3cbccd

#3cbccd

Complementary Color

#3cbccd #cd4d3c

#3cbccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbccd Color CSS Codes

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

#3cbccd Text Font Color

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

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


#3cbccd Background Color

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

This div background color is #3cbccd


#3cbccd Border Color

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

This div border color is #3cbccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbccd


Comments

No comments written yet.

Please login to write comment.