Color Hex Logo

#2e534e Color Hex

#2E534E
(46,83,78)
0 Favorites   0 Comments

Color spaces of #2e534e

RGB 468378
HSL0.480.290.25
HSV172°45°33°
CMYK 0.450.000.06   0.67
XYZ5.59517.31748.3252
Yxy7.31740.26350.3445
Hunter Lab27.0507-10.41820.6882
CIE-Lab32.5188-14.6298-1.2339

#2e534e color RGB value is (46,83,78).

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

The process color (four color CMYK) of #2e534e color hex is 0.45, 0.00, 0.06, 0.67. Web safe color of #2e534e is #336666. Color #2e534e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01010011 01001110
Octal 56 123 116
Decimal 46 83 78
Hex 2E 53 4E

RGB Percentages of Color #2e534e

%22.22
%40.10
%37.68

CMYK Percentages of Color #2e534e

%45
%0
%6
%67

Triadic Colors of #2e534e

#2e534e #4e2e53 #534e2e

Analogous Colors of #2e534e

#2e534e #2e4653 #2e533c

Monochromatic Colors of #2e534e

#2e534e

Complementary Color

#2e534e #532e33

#2e534e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e534e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e534e Color CSS Codes

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

#2e534e Text Font Color

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

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


#2e534e Background Color

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

This div background color is #2e534e


#2e534e Border Color

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

This div border color is #2e534e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e534e


Comments

No comments written yet.

Please login to write comment.