Color Hex Logo

#2eccbe Color Hex

#2ECCBE
(46,204,190)
0 Favorites   0 Comments

Color spaces of #2eccbe

RGB 46204190
HSL0.490.630.49
HSV175°77°80°
CMYK 0.770.000.07   0.20
XYZ32.013847.484356.1933
Yxy47.48430.23590.3499
Hunter Lab68.9089-37.6626-0.1132
CIE-Lab74.4985-42.1942-4.3929

#2eccbe color RGB value is (46,204,190).

#2eccbe hex color red value is 46, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2eccbe hue: 0.49 , saturation: 0.63 and the lightness value of 2eccbe is 0.49.

The process color (four color CMYK) of #2eccbe color hex is 0.77, 0.00, 0.07, 0.20. Web safe color of #2eccbe is #33cccc. Color #2eccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001100 10111110
Octal 56 314 276
Decimal 46 204 190
Hex 2E CC BE

RGB Percentages of Color #2eccbe

%10.45
%46.36
%43.18

CMYK Percentages of Color #2eccbe

%77
%0
%7
%20

Triadic Colors of #2eccbe

#2eccbe #be2ecc #ccbe2e

Analogous Colors of #2eccbe

#2eccbe #2e8bcc #2ecc6f

Monochromatic Colors of #2eccbe

#2eccbe

Complementary Color

#2eccbe #cc2e3c

#2eccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eccbe Color CSS Codes

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

#2eccbe Text Font Color

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

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


#2eccbe Background Color

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

This div background color is #2eccbe


#2eccbe Border Color

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

This div border color is #2eccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eccbe


Comments

No comments written yet.

Please login to write comment.