Color Hex Logo

#2eeebb Color Hex

#2EEEBB
(46,238,187)
0 Favorites   0 Comments

Color spaces of #2eeebb

RGB 46238187
HSL0.460.850.56
HSV164°81°93°
CMYK 0.810.000.21   0.07
XYZ40.670965.317857.4777
Yxy65.31780.24880.3996
Hunter Lab80.8194-51.607114.4073
CIE-Lab84.6472-57.046611.8918

#2eeebb color RGB value is (46,238,187).

#2eeebb hex color red value is 46, green value is 238 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2eeebb hue: 0.46 , saturation: 0.85 and the lightness value of 2eeebb is 0.56.

The process color (four color CMYK) of #2eeebb color hex is 0.81, 0.00, 0.21, 0.07. Web safe color of #2eeebb is #33ffcc. Color #2eeebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101110 10111011
Octal 56 356 273
Decimal 46 238 187
Hex 2E EE BB

RGB Percentages of Color #2eeebb

%9.77
%50.53
%39.70

CMYK Percentages of Color #2eeebb

%81
%0
%21
%7

Triadic Colors of #2eeebb

#2eeebb #bb2eee #eebb2e

Analogous Colors of #2eeebb

#2eeebb #2ec1ee #2eee5b

Monochromatic Colors of #2eeebb

#2eeebb

Complementary Color

#2eeebb #ee2e61

#2eeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eeebb Color CSS Codes

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

#2eeebb Text Font Color

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

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


#2eeebb Background Color

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

This div background color is #2eeebb


#2eeebb Border Color

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

This div border color is #2eeebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eeebb


Comments

No comments written yet.

Please login to write comment.