Color Hex Logo

#2e5ebe Color Hex

#2E5EBE
(46,94,190)
0 Favorites   0 Comments

Color spaces of #2e5ebe

RGB 4694190
HSL0.610.610.46
HSV220°76°75°
CMYK 0.760.510.00   0.25
XYZ14.423712.304050.3299
Yxy12.30400.18720.1597
Hunter Lab35.077112.0144-60.5176
CIE-Lab41.695318.0093-55.1643

#2e5ebe color RGB value is (46,94,190).

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

The process color (four color CMYK) of #2e5ebe color hex is 0.76, 0.51, 0.00, 0.25. Web safe color of #2e5ebe is #3366cc. Color #2e5ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01011110 10111110
Octal 56 136 276
Decimal 46 94 190
Hex 2E 5E BE

RGB Percentages of Color #2e5ebe

%13.94
%28.48
%57.58

CMYK Percentages of Color #2e5ebe

%76
%51
%0
%25

Triadic Colors of #2e5ebe

#2e5ebe #be2e5e #5ebe2e

Analogous Colors of #2e5ebe

#2e5ebe #462ebe #2ea6be

Monochromatic Colors of #2e5ebe

#2e5ebe

Complementary Color

#2e5ebe #be8e2e

#2e5ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e5ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e5ebe Color CSS Codes

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

#2e5ebe Text Font Color

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

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


#2e5ebe Background Color

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

This div background color is #2e5ebe


#2e5ebe Border Color

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

This div border color is #2e5ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e5ebe


Comments

No comments written yet.

Please login to write comment.