Color Hex Logo

#2e6ebf Color Hex

#2E6EBF
(46,110,191)
0 Favorites   0 Comments

Color spaces of #2e6ebf

RGB 46110191
HSL0.590.610.46
HSV214°76°75°
CMYK 0.760.420.00   0.25
XYZ16.106615.494351.4320
Yxy15.49430.19400.1866
Hunter Lab39.36284.1543-49.9152
CIE-Lab46.30398.1376-48.3389

#2e6ebf color RGB value is (46,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 01101110 10111111
Octal 56 156 277
Decimal 46 110 191
Hex 2E 6E BF

RGB Percentages of Color #2e6ebf

%13.26
%31.70
%55.04

CMYK Percentages of Color #2e6ebf

%76
%42
%0
%25

Triadic Colors of #2e6ebf

#2e6ebf #bf2e6e #6ebf2e

Analogous Colors of #2e6ebf

#2e6ebf #362ebf #2eb7bf

Monochromatic Colors of #2e6ebf

#2e6ebf

Complementary Color

#2e6ebf #bf7f2e

#2e6ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e6ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e6ebf Color CSS Codes

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

#2e6ebf Text Font Color

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

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


#2e6ebf Background Color

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

This div background color is #2e6ebf


#2e6ebf Border Color

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

This div border color is #2e6ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e6ebf


Comments

No comments written yet.

Please login to write comment.