Color Hex Logo

#2eebce Color Hex

#2EEBCE
(46,235,206)
0 Favorites   0 Comments

Color spaces of #2eebce

RGB 46235206
HSL0.470.830.55
HSV171°80°92°
CMYK 0.800.000.12   0.08
XYZ41.975664.453768.6210
Yxy64.45370.23980.3682
Hunter Lab80.2831-47.16755.5207
CIE-Lab84.2014-51.13851.2881

#2eebce color RGB value is (46,235,206).

#2eebce hex color red value is 46, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2eebce hue: 0.47 , saturation: 0.83 and the lightness value of 2eebce is 0.55.

The process color (four color CMYK) of #2eebce color hex is 0.80, 0.00, 0.12, 0.08. Web safe color of #2eebce is #33ffcc. Color #2eebce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101011 11001110
Octal 56 353 316
Decimal 46 235 206
Hex 2E EB CE

RGB Percentages of Color #2eebce

%9.45
%48.25
%42.30

CMYK Percentages of Color #2eebce

%80
%0
%12
%8

Triadic Colors of #2eebce

#2eebce #ce2eeb #ebce2e

Analogous Colors of #2eebce

#2eebce #2eaaeb #2eeb70

Monochromatic Colors of #2eebce

#2eebce

Complementary Color

#2eebce #eb2e4b

#2eebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eebce Color CSS Codes

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

#2eebce Text Font Color

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

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


#2eebce Background Color

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

This div background color is #2eebce


#2eebce Border Color

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

This div border color is #2eebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eebce


Comments

No comments written yet.

Please login to write comment.