Color Hex Logo

#2e928b Color Hex

#2E928B
(46,146,139)
0 Favorites   0 Comments

Color spaces of #2e928b

RGB 46146139
HSL0.490.520.38
HSV176°68°57°
CMYK 0.680.000.05   0.43
XYZ16.065823.002728.0193
Yxy23.00270.23950.3429
Hunter Lab47.9611-24.1389-1.0649
CIE-Lab55.0751-29.9031-4.6690

#2e928b color RGB value is (46,146,139).

#2e928b hex color red value is 46, green value is 146 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #2e928b hue: 0.49 , saturation: 0.52 and the lightness value of 2e928b is 0.38.

The process color (four color CMYK) of #2e928b color hex is 0.68, 0.00, 0.05, 0.43. Web safe color of #2e928b is #339999. Color #2e928b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10010010 10001011
Octal 56 222 213
Decimal 46 146 139
Hex 2E 92 8B

RGB Percentages of Color #2e928b

%13.90
%44.11
%41.99

CMYK Percentages of Color #2e928b

%68
%0
%5
%43

Triadic Colors of #2e928b

#2e928b #8b2e92 #928b2e

Analogous Colors of #2e928b

#2e928b #2e6792 #2e9259

Monochromatic Colors of #2e928b

#2e928b

Complementary Color

#2e928b #922e35

#2e928b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e928b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e928b Color CSS Codes

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

#2e928b Text Font Color

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

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


#2e928b Background Color

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

This div background color is #2e928b


#2e928b Border Color

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

This div border color is #2e928b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e928b


Comments

No comments written yet.

Please login to write comment.