Color Hex Logo

#2b6aeb Color Hex

#2B6AEB
(43,106,235)
0 Favorites   0 Comments

Color spaces of #2b6aeb

RGB 43106235
HSL0.610.830.55
HSV220°82°92°
CMYK 0.820.550.00   0.08
XYZ21.145716.819880.7293
Yxy16.81980.17820.1417
Hunter Lab41.011920.2634-88.0001
CIE-Lab48.032226.9680-70.6171

#2b6aeb color RGB value is (43,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 01101010 11101011
Octal 53 152 353
Decimal 43 106 235
Hex 2B 6A EB

RGB Percentages of Color #2b6aeb

%11.20
%27.60
%61.20

CMYK Percentages of Color #2b6aeb

%82
%55
%0
%8

Triadic Colors of #2b6aeb

#2b6aeb #eb2b6a #6aeb2b

Analogous Colors of #2b6aeb

#2b6aeb #4c2beb #2bcaeb

Monochromatic Colors of #2b6aeb

#2b6aeb

Complementary Color

#2b6aeb #ebac2b

#2b6aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b6aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b6aeb Color CSS Codes

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

#2b6aeb Text Font Color

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

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


#2b6aeb Background Color

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

This div background color is #2b6aeb


#2b6aeb Border Color

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

This div border color is #2b6aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b6aeb


Comments

No comments written yet.

Please login to write comment.