Color Hex Logo

#2e466a Color Hex

#2E466A
(46,70,106)
0 Favorites   0 Comments

Color spaces of #2e466a

RGB 4670106
HSL0.600.390.30
HSV216°57°42°
CMYK 0.570.340.00   0.58
XYZ5.91846.001814.4822
Yxy6.00180.22420.2273
Hunter Lab24.49860.2498-17.9000
CIE-Lab29.41702.4165-23.7860

#2e466a color RGB value is (46,70,106).

#2e466a hex color red value is 46, green value is 70 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #2e466a hue: 0.60 , saturation: 0.39 and the lightness value of 2e466a is 0.30.

The process color (four color CMYK) of #2e466a color hex is 0.57, 0.34, 0.00, 0.58. Web safe color of #2e466a is #333366. Color #2e466a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01000110 01101010
Octal 56 106 152
Decimal 46 70 106
Hex 2E 46 6A

RGB Percentages of Color #2e466a

%20.72
%31.53
%47.75

CMYK Percentages of Color #2e466a

%57
%34
%0
%58

Triadic Colors of #2e466a

#2e466a #6a2e46 #466a2e

Analogous Colors of #2e466a

#2e466a #342e6a #2e646a

Monochromatic Colors of #2e466a

#2e466a

Complementary Color

#2e466a #6a522e

#2e466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e466a Color CSS Codes

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

#2e466a Text Font Color

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

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


#2e466a Background Color

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

This div background color is #2e466a


#2e466a Border Color

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

This div border color is #2e466a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e466a


Comments

No comments written yet.

Please login to write comment.