Color Hex Logo

#2e868d Color Hex

#2E868D
(46,134,141)
0 Favorites   0 Comments

Color spaces of #2e868d

RGB 46134141
HSL0.510.510.37
HSV184°67°55°
CMYK 0.670.050.00   0.45
XYZ14.459519.554128.2115
Yxy19.55410.23240.3142
Hunter Lab44.2200-19.0173-6.8718
CIE-Lab51.3293-23.2962-11.4175

#2e868d color RGB value is (46,134,141).

#2e868d hex color red value is 46, green value is 134 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #2e868d hue: 0.51 , saturation: 0.51 and the lightness value of 2e868d is 0.37.

The process color (four color CMYK) of #2e868d color hex is 0.67, 0.05, 0.00, 0.45. Web safe color of #2e868d is #339999. Color #2e868d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10000110 10001101
Octal 56 206 215
Decimal 46 134 141
Hex 2E 86 8D

RGB Percentages of Color #2e868d

%14.33
%41.74
%43.93

CMYK Percentages of Color #2e868d

%67
%5
%0
%45

Triadic Colors of #2e868d

#2e868d #8d2e86 #868d2e

Analogous Colors of #2e868d

#2e868d #2e568d #2e8d65

Monochromatic Colors of #2e868d

#2e868d

Complementary Color

#2e868d #8d352e

#2e868d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e868d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e868d Color CSS Codes

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

#2e868d Text Font Color

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

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


#2e868d Background Color

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

This div background color is #2e868d


#2e868d Border Color

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

This div border color is #2e868d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e868d


Comments

No comments written yet.

Please login to write comment.