Color Hex Logo

#2eccbc Color Hex

#2ECCBC
(46,204,188)
0 Favorites   0 Comments

Color spaces of #2eccbc

RGB 46204188
HSL0.480.630.49
HSV174°77°80°
CMYK 0.770.000.08   0.20
XYZ31.796747.397455.0497
Yxy47.39740.23690.3531
Hunter Lab68.8458-38.03910.7832
CIE-Lab74.4433-42.7443-3.3924

#2eccbc color RGB value is (46,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001100 10111100
Octal 56 314 274
Decimal 46 204 188
Hex 2E CC BC

RGB Percentages of Color #2eccbc

%10.50
%46.58
%42.92

CMYK Percentages of Color #2eccbc

%77
%0
%8
%20

Triadic Colors of #2eccbc

#2eccbc #bc2ecc #ccbc2e

Analogous Colors of #2eccbc

#2eccbc #2e8dcc #2ecc6d

Monochromatic Colors of #2eccbc

#2eccbc

Complementary Color

#2eccbc #cc2e3e

#2eccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eccbc Color CSS Codes

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

#2eccbc Text Font Color

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

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


#2eccbc Background Color

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

This div background color is #2eccbc


#2eccbc Border Color

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

This div border color is #2eccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eccbc


Comments

No comments written yet.

Please login to write comment.