Color Hex Logo

#2e6ebb Color Hex

#2E6EBB
(46,110,187)
0 Favorites   0 Comments

Color spaces of #2e6ebb

RGB 46110187
HSL0.590.610.46
HSV213°75°73°
CMYK 0.750.410.00   0.27
XYZ15.672315.320649.1449
Yxy15.32060.19560.1912
Hunter Lab39.14152.9738-47.0436
CIE-Lab46.07026.6353-46.3980

#2e6ebb color RGB value is (46,110,187).

#2e6ebb hex color red value is 46, green value is 110 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2e6ebb hue: 0.59 , saturation: 0.61 and the lightness value of 2e6ebb is 0.46.

The process color (four color CMYK) of #2e6ebb color hex is 0.75, 0.41, 0.00, 0.27. Web safe color of #2e6ebb is #3366cc. Color #2e6ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01101110 10111011
Octal 56 156 273
Decimal 46 110 187
Hex 2E 6E BB

RGB Percentages of Color #2e6ebb

%13.41
%32.07
%54.52

CMYK Percentages of Color #2e6ebb

%75
%41
%0
%27

Triadic Colors of #2e6ebb

#2e6ebb #bb2e6e #6ebb2e

Analogous Colors of #2e6ebb

#2e6ebb #352ebb #2eb5bb

Monochromatic Colors of #2e6ebb

#2e6ebb

Complementary Color

#2e6ebb #bb7b2e

#2e6ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e6ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e6ebb Color CSS Codes

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

#2e6ebb Text Font Color

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

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


#2e6ebb Background Color

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

This div background color is #2e6ebb


#2e6ebb Border Color

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

This div border color is #2e6ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e6ebb


Comments

No comments written yet.

Please login to write comment.