Color Hex Logo

#3cbedb Color Hex

#3CBEDB
(60,190,219)
0 Favorites   0 Comments

Color spaces of #3cbedb

RGB 60190219
HSL0.530.690.55
HSV191°73°86°
CMYK 0.730.130.00   0.14
XYZ33.063142.902073.5561
Yxy42.90200.22110.2869
Hunter Lab65.4996-24.5205-20.7330
CIE-Lab71.4884-25.4597-24.6468

#3cbedb color RGB value is (60,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111110 11011011
Octal 74 276 333
Decimal 60 190 219
Hex 3C BE DB

RGB Percentages of Color #3cbedb

%12.79
%40.51
%46.70

CMYK Percentages of Color #3cbedb

%73
%13
%0
%14

Triadic Colors of #3cbedb

#3cbedb #db3cbe #bedb3c

Analogous Colors of #3cbedb

#3cbedb #3c6fdb #3cdba9

Monochromatic Colors of #3cbedb

#3cbedb

Complementary Color

#3cbedb #db593c

#3cbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbedb Color CSS Codes

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

#3cbedb Text Font Color

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

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


#3cbedb Background Color

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

This div background color is #3cbedb


#3cbedb Border Color

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

This div border color is #3cbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbedb


Comments

No comments written yet.

Please login to write comment.