Color Hex Logo

#2e756e Color Hex

#2E756E
(46,117,110)
0 Favorites   0 Comments

Color spaces of #2e756e

RGB 46117110
HSL0.480.440.32
HSV174°61°46°
CMYK 0.610.000.06   0.54
XYZ10.302514.429216.9940
Yxy14.42920.24690.3458
Hunter Lab37.9858-18.06240.0650
CIE-Lab44.8423-23.8520-2.7812

#2e756e color RGB value is (46,117,110).

#2e756e hex color red value is 46, green value is 117 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #2e756e hue: 0.48 , saturation: 0.44 and the lightness value of 2e756e is 0.32.

The process color (four color CMYK) of #2e756e color hex is 0.61, 0.00, 0.06, 0.54. Web safe color of #2e756e is #336666. Color #2e756e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01110101 01101110
Octal 56 165 156
Decimal 46 117 110
Hex 2E 75 6E

RGB Percentages of Color #2e756e

%16.85
%42.86
%40.29

CMYK Percentages of Color #2e756e

%61
%0
%6
%54

Triadic Colors of #2e756e

#2e756e #6e2e75 #756e2e

Analogous Colors of #2e756e

#2e756e #2e5875 #2e754b

Monochromatic Colors of #2e756e

#2e756e

Complementary Color

#2e756e #752e35

#2e756e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e756e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e756e Color CSS Codes

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

#2e756e Text Font Color

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

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


#2e756e Background Color

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

This div background color is #2e756e


#2e756e Border Color

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

This div border color is #2e756e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e756e


Comments

No comments written yet.

Please login to write comment.