Color Hex Logo

#2b6ebd Color Hex

#2B6EBD
(43,110,189)
0 Favorites   0 Comments

Color spaces of #2b6ebd

RGB 43110189
HSL0.590.630.45
HSV212°77°74°
CMYK 0.770.420.00   0.26
XYZ15.757515.339650.2744
Yxy15.33960.19360.1885
Hunter Lab39.16583.2754-48.6904
CIE-Lab46.09597.0207-47.5202

#2b6ebd color RGB value is (43,110,189).

#2b6ebd hex color red value is 43, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2b6ebd hue: 0.59 , saturation: 0.63 and the lightness value of 2b6ebd is 0.45.

The process color (four color CMYK) of #2b6ebd color hex is 0.77, 0.42, 0.00, 0.26. Web safe color of #2b6ebd is #3366cc. Color #2b6ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01101110 10111101
Octal 53 156 275
Decimal 43 110 189
Hex 2B 6E BD

RGB Percentages of Color #2b6ebd

%12.57
%32.16
%55.26

CMYK Percentages of Color #2b6ebd

%77
%42
%0
%26

Triadic Colors of #2b6ebd

#2b6ebd #bd2b6e #6ebd2b

Analogous Colors of #2b6ebd

#2b6ebd #312bbd #2bb7bd

Monochromatic Colors of #2b6ebd

#2b6ebd

Complementary Color

#2b6ebd #bd7a2b

#2b6ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b6ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b6ebd Color CSS Codes

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

#2b6ebd Text Font Color

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

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


#2b6ebd Background Color

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

This div background color is #2b6ebd


#2b6ebd Border Color

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

This div border color is #2b6ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b6ebd


Comments

No comments written yet.

Please login to write comment.