Color Hex Logo

#2e4754 Color Hex

#2E4754
(46,71,84)
0 Favorites   0 Comments

Color spaces of #2e4754

RGB 467184
HSL0.560.290.25
HSV201°45°33°
CMYK 0.450.150.00   0.67
XYZ4.98025.72749.2305
Yxy5.72740.24980.2873
Hunter Lab23.9320-4.7355-6.1156
CIE-Lab28.7140-5.6333-10.7656

#2e4754 color RGB value is (46,71,84).

#2e4754 hex color red value is 46, green value is 71 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #2e4754 hue: 0.56 , saturation: 0.29 and the lightness value of 2e4754 is 0.25.

The process color (four color CMYK) of #2e4754 color hex is 0.45, 0.15, 0.00, 0.67. Web safe color of #2e4754 is #333366. Color #2e4754 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01000111 01010100
Octal 56 107 124
Decimal 46 71 84
Hex 2E 47 54

RGB Percentages of Color #2e4754

%22.89
%35.32
%41.79

CMYK Percentages of Color #2e4754

%45
%15
%0
%67

Triadic Colors of #2e4754

#2e4754 #542e47 #47542e

Analogous Colors of #2e4754

#2e4754 #2e3454 #2e544e

Monochromatic Colors of #2e4754

#2e4754

Complementary Color

#2e4754 #543b2e

#2e4754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e4754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e4754 Color CSS Codes

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

#2e4754 Text Font Color

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

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


#2e4754 Background Color

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

This div background color is #2e4754


#2e4754 Border Color

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

This div border color is #2e4754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e4754


Comments

No comments written yet.

Please login to write comment.