Color Hex Logo

#2c837e Color Hex

#2C837E
(44,131,126)
0 Favorites   0 Comments

Color spaces of #2c837e

RGB 44131126
HSL0.490.500.34
HSV177°66°51°
CMYK 0.660.000.04   0.49
XYZ12.920918.274422.5850
Yxy18.27440.24030.3398
Hunter Lab42.7486-20.8578-1.4002
CIE-Lab49.8272-26.6464-4.8952

#2c837e color RGB value is (44,131,126).

#2c837e hex color red value is 44, green value is 131 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #2c837e hue: 0.49 , saturation: 0.50 and the lightness value of 2c837e is 0.34.

The process color (four color CMYK) of #2c837e color hex is 0.66, 0.00, 0.04, 0.49. Web safe color of #2c837e is #339966. Color #2c837e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10000011 01111110
Octal 54 203 176
Decimal 44 131 126
Hex 2C 83 7E

RGB Percentages of Color #2c837e

%14.62
%43.52
%41.86

CMYK Percentages of Color #2c837e

%66
%0
%4
%49

Triadic Colors of #2c837e

#2c837e #7e2c83 #837e2c

Analogous Colors of #2c837e

#2c837e #2c5d83 #2c8353

Monochromatic Colors of #2c837e

#2c837e

Complementary Color

#2c837e #832c31

#2c837e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c837e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c837e Color CSS Codes

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

#2c837e Text Font Color

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

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


#2c837e Background Color

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

This div background color is #2c837e


#2c837e Border Color

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

This div border color is #2c837e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,131,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2c837e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2c837e;
  -webkit-box-shadow: 1px 1px 3px 2px #2c837e;
  box-shadow:         1px 1px 3px 2px #2c837e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,131,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c837e


Comments

No comments written yet.

Please login to write comment.