Color Hex Logo

#2e564d Color Hex

#2E564D
(46,86,77)
0 Favorites   0 Comments

Color spaces of #2e564d

RGB 468677
HSL0.460.300.26
HSV167°47°34°
CMYK 0.470.000.10   0.66
XYZ5.79417.77228.2160
Yxy7.77220.26600.3568
Hunter Lab27.8787-11.68952.0420
CIE-Lab33.5039-16.59660.8372

#2e564d color RGB value is (46,86,77).

#2e564d hex color red value is 46, green value is 86 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #2e564d hue: 0.46 , saturation: 0.30 and the lightness value of 2e564d is 0.26.

The process color (four color CMYK) of #2e564d color hex is 0.47, 0.00, 0.10, 0.66. Web safe color of #2e564d is #336666. Color #2e564d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01010110 01001101
Octal 56 126 115
Decimal 46 86 77
Hex 2E 56 4D

RGB Percentages of Color #2e564d

%22.01
%41.15
%36.84

CMYK Percentages of Color #2e564d

%47
%0
%10
%66

Triadic Colors of #2e564d

#2e564d #4d2e56 #564d2e

Analogous Colors of #2e564d

#2e564d #2e4b56 #2e5639

Monochromatic Colors of #2e564d

#2e564d

Complementary Color

#2e564d #562e37

#2e564d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e564d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e564d Color CSS Codes

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

#2e564d Text Font Color

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

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


#2e564d Background Color

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

This div background color is #2e564d


#2e564d Border Color

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

This div border color is #2e564d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e564d

#2e564d Color Palettes


Comments

No comments written yet.

Please login to write comment.