Color Hex Logo

#3cbadb Color Hex

#3CBADB
(60,186,219)
0 Favorites   0 Comments

Color spaces of #3cbadb

RGB 60186219
HSL0.530.690.55
HSV192°73°86°
CMYK 0.730.150.00   0.14
XYZ32.208641.192973.2713
Yxy41.19290.21960.2808
Hunter Lab64.1817-22.7405-22.7596
CIE-Lab70.3109-23.4399-26.4502

#3cbadb color RGB value is (60,186,219).

#3cbadb hex color red value is 60, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3cbadb hue: 0.53 , saturation: 0.69 and the lightness value of 3cbadb is 0.55.

The process color (four color CMYK) of #3cbadb color hex is 0.73, 0.15, 0.00, 0.14. Web safe color of #3cbadb is #33cccc. Color #3cbadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111010 11011011
Octal 74 272 333
Decimal 60 186 219
Hex 3C BA DB

RGB Percentages of Color #3cbadb

%12.90
%40.00
%47.10

CMYK Percentages of Color #3cbadb

%73
%15
%0
%14

Triadic Colors of #3cbadb

#3cbadb #db3cba #badb3c

Analogous Colors of #3cbadb

#3cbadb #3c6bdb #3cdbad

Monochromatic Colors of #3cbadb

#3cbadb

Complementary Color

#3cbadb #db5d3c

#3cbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbadb Color CSS Codes

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

#3cbadb Text Font Color

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

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


#3cbadb Background Color

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

This div background color is #3cbadb


#3cbadb Border Color

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

This div border color is #3cbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbadb


Comments

No comments written yet.

Please login to write comment.