Color Hex Logo

#2e4c5e Color Hex

#2E4C5E
(46,76,94)
0 Favorites   0 Comments

Color spaces of #2e4c5e

RGB 467694
HSL0.560.340.27
HSV203°51°37°
CMYK 0.510.190.00   0.63
XYZ5.73156.557911.5534
Yxy6.55790.24040.2750
Hunter Lab25.6084-4.8640-8.8232
CIE-Lab30.7785-5.5605-14.0321

#2e4c5e color RGB value is (46,76,94).

#2e4c5e hex color red value is 46, green value is 76 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #2e4c5e hue: 0.56 , saturation: 0.34 and the lightness value of 2e4c5e is 0.27.

The process color (four color CMYK) of #2e4c5e color hex is 0.51, 0.19, 0.00, 0.63. Web safe color of #2e4c5e is #333366. Color #2e4c5e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01001100 01011110
Octal 56 114 136
Decimal 46 76 94
Hex 2E 4C 5E

RGB Percentages of Color #2e4c5e

%21.30
%35.19
%43.52

CMYK Percentages of Color #2e4c5e

%51
%19
%0
%63

Triadic Colors of #2e4c5e

#2e4c5e #5e2e4c #4c5e2e

Analogous Colors of #2e4c5e

#2e4c5e #2e345e #2e5e58

Monochromatic Colors of #2e4c5e

#2e4c5e

Complementary Color

#2e4c5e #5e402e

#2e4c5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e4c5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e4c5e Color CSS Codes

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

#2e4c5e Text Font Color

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

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


#2e4c5e Background Color

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

This div background color is #2e4c5e


#2e4c5e Border Color

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

This div border color is #2e4c5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e4c5e


Comments

No comments written yet.

Please login to write comment.