Color Hex Logo

#2e6bad Color Hex

#2E6BAD
(46,107,173)
0 Favorites   0 Comments

Color spaces of #2e6bad

RGB 46107173
HSL0.590.580.43
HSV211°73°68°
CMYK 0.730.380.00   0.32
XYZ13.927214.113441.5253
Yxy14.11340.20020.2029
Hunter Lab37.56780.4302-39.2383
CIE-Lab44.39513.2760-40.9082

#2e6bad color RGB value is (46,107,173).

#2e6bad hex color red value is 46, green value is 107 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2e6bad hue: 0.59 , saturation: 0.58 and the lightness value of 2e6bad is 0.43.

The process color (four color CMYK) of #2e6bad color hex is 0.73, 0.38, 0.00, 0.32. Web safe color of #2e6bad is #336699. Color #2e6bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01101011 10101101
Octal 56 153 255
Decimal 46 107 173
Hex 2E 6B AD

RGB Percentages of Color #2e6bad

%14.11
%32.82
%53.07

CMYK Percentages of Color #2e6bad

%73
%38
%0
%32

Triadic Colors of #2e6bad

#2e6bad #ad2e6b #6bad2e

Analogous Colors of #2e6bad

#2e6bad #312ead #2eabad

Monochromatic Colors of #2e6bad

#2e6bad

Complementary Color

#2e6bad #ad702e

#2e6bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e6bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e6bad Color CSS Codes

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

#2e6bad Text Font Color

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

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


#2e6bad Background Color

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

This div background color is #2e6bad


#2e6bad Border Color

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

This div border color is #2e6bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e6bad


Comments

No comments written yet.

Please login to write comment.