Color Hex Logo

#2bc3db Color Hex

#2BC3DB
(43,195,219)
0 Favorites   0 Comments

Color spaces of #2bc3db

RGB 43195219
HSL0.520.710.51
HSV188°80°86°
CMYK 0.800.110.00   0.14
XYZ33.297644.658373.8828
Yxy44.65830.21930.2941
Hunter Lab66.8269-28.0064-18.7713
CIE-Lab72.6663-29.7076-22.8753

#2bc3db color RGB value is (43,195,219).

#2bc3db hex color red value is 43, green value is 195 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2bc3db hue: 0.52 , saturation: 0.71 and the lightness value of 2bc3db is 0.51.

The process color (four color CMYK) of #2bc3db color hex is 0.80, 0.11, 0.00, 0.14. Web safe color of #2bc3db is #33cccc. Color #2bc3db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 11000011 11011011
Octal 53 303 333
Decimal 43 195 219
Hex 2B C3 DB

RGB Percentages of Color #2bc3db

%9.41
%42.67
%47.92

CMYK Percentages of Color #2bc3db

%80
%11
%0
%14

Triadic Colors of #2bc3db

#2bc3db #db2bc3 #c3db2b

Analogous Colors of #2bc3db

#2bc3db #2b6bdb #2bdb9b

Monochromatic Colors of #2bc3db

#2bc3db

Complementary Color

#2bc3db #db432b

#2bc3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bc3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bc3db Color CSS Codes

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

#2bc3db Text Font Color

<p style="color:#2bc3db">Text here</p>

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


#2bc3db Background Color

<div style="background-color:#2bc3db">
Div content here</div>

This div background color is #2bc3db


#2bc3db Border Color

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

This div border color is #2bc3db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,195,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 #2bc3db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bc3db


Comments

No comments written yet.

Please login to write comment.