Color Hex Logo

#2bc6eb Color Hex

#2BC6EB
(43,198,235)
0 Favorites   0 Comments

Color spaces of #2bc6eb

RGB 43198235
HSL0.530.830.55
HSV192°82°92°
CMYK 0.820.160.00   0.08
XYZ36.185746.899985.7427
Yxy46.89990.21430.2778
Hunter Lab68.4835-25.5293-26.2938
CIE-Lab74.1257-26.0884-29.3004

#2bc6eb color RGB value is (43,198,235).

#2bc6eb hex color red value is 43, green value is 198 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2bc6eb hue: 0.53 , saturation: 0.83 and the lightness value of 2bc6eb is 0.55.

The process color (four color CMYK) of #2bc6eb color hex is 0.82, 0.16, 0.00, 0.08. Web safe color of #2bc6eb is #33ccff. Color #2bc6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 11000110 11101011
Octal 53 306 353
Decimal 43 198 235
Hex 2B C6 EB

RGB Percentages of Color #2bc6eb

%9.03
%41.60
%49.37

CMYK Percentages of Color #2bc6eb

%82
%16
%0
%8

Triadic Colors of #2bc6eb

#2bc6eb #eb2bc6 #c6eb2b

Analogous Colors of #2bc6eb

#2bc6eb #2b66eb #2bebb0

Monochromatic Colors of #2bc6eb

#2bc6eb

Complementary Color

#2bc6eb #eb502b

#2bc6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bc6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bc6eb Color CSS Codes

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

#2bc6eb Text Font Color

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

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


#2bc6eb Background Color

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

This div background color is #2bc6eb


#2bc6eb Border Color

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

This div border color is #2bc6eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,198,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bc6eb


Comments

No comments written yet.

Please login to write comment.