Color Hex Logo

#3cbecd Color Hex

#3CBECD
(60,190,205)
0 Favorites   0 Comments

Color spaces of #3cbecd

RGB 60190205
HSL0.520.590.52
HSV186°71°80°
CMYK 0.710.070.00   0.20
XYZ31.296442.195364.2526
Yxy42.19530.22720.3063
Hunter Lab64.9579-27.6759-13.1757
CIE-Lab71.0054-29.7559-17.7450

#3cbecd color RGB value is (60,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111110 11001101
Octal 74 276 315
Decimal 60 190 205
Hex 3C BE CD

RGB Percentages of Color #3cbecd

%13.19
%41.76
%45.05

CMYK Percentages of Color #3cbecd

%71
%7
%0
%20

Triadic Colors of #3cbecd

#3cbecd #cd3cbe #becd3c

Analogous Colors of #3cbecd

#3cbecd #3c76cd #3ccd94

Monochromatic Colors of #3cbecd

#3cbecd

Complementary Color

#3cbecd #cd4b3c

#3cbecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbecd Color CSS Codes

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

#3cbecd Text Font Color

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

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


#3cbecd Background Color

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

This div background color is #3cbecd


#3cbecd Border Color

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

This div border color is #3cbecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbecd


Comments

No comments written yet.

Please login to write comment.