Color Hex Logo

#2b6beb Color Hex

#2B6BEB
(43,107,235)
0 Favorites   0 Comments

Color spaces of #2b6beb

RGB 43107235
HSL0.610.830.55
HSV220°82°92°
CMYK 0.820.540.00   0.08
XYZ21.249417.027180.7639
Yxy17.02710.17850.1430
Hunter Lab41.263919.7091-87.1608
CIE-Lab48.294226.3332-70.1913

#2b6beb color RGB value is (43,107,235).

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

The process color (four color CMYK) of #2b6beb color hex is 0.82, 0.54, 0.00, 0.08. Web safe color of #2b6beb is #3366ff. Color #2b6beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01101011 11101011
Octal 53 153 353
Decimal 43 107 235
Hex 2B 6B EB

RGB Percentages of Color #2b6beb

%11.17
%27.79
%61.04

CMYK Percentages of Color #2b6beb

%82
%54
%0
%8

Triadic Colors of #2b6beb

#2b6beb #eb2b6b #6beb2b

Analogous Colors of #2b6beb

#2b6beb #4b2beb #2bcbeb

Monochromatic Colors of #2b6beb

#2b6beb

Complementary Color

#2b6beb #ebab2b

#2b6beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b6beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b6beb Color CSS Codes

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

#2b6beb Text Font Color

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

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


#2b6beb Background Color

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

This div background color is #2b6beb


#2b6beb Border Color

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

This div border color is #2b6beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b6beb


Comments

No comments written yet.

Please login to write comment.