Color Hex Logo

#2ebabe Color Hex

#2EBABE
(46,186,190)
0 Favorites   0 Comments

Color spaces of #2ebabe

RGB 46186190
HSL0.500.610.46
HSV182°76°75°
CMYK 0.760.020.00   0.25
XYZ27.979939.416454.8486
Yxy39.41640.22890.3224
Hunter Lab62.7825-30.3183-7.8497
CIE-Lab69.0518-33.9897-12.4937

#2ebabe color RGB value is (46,186,190).

#2ebabe hex color red value is 46, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2ebabe hue: 0.50 , saturation: 0.61 and the lightness value of 2ebabe is 0.46.

The process color (four color CMYK) of #2ebabe color hex is 0.76, 0.02, 0.00, 0.25. Web safe color of #2ebabe is #33cccc. Color #2ebabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111010 10111110
Octal 56 272 276
Decimal 46 186 190
Hex 2E BA BE

RGB Percentages of Color #2ebabe

%10.90
%44.08
%45.02

CMYK Percentages of Color #2ebabe

%76
%2
%0
%25

Triadic Colors of #2ebabe

#2ebabe #be2eba #babe2e

Analogous Colors of #2ebabe

#2ebabe #2e72be #2ebe7a

Monochromatic Colors of #2ebabe

#2ebabe

Complementary Color

#2ebabe #be322e

#2ebabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebabe Color CSS Codes

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

#2ebabe Text Font Color

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

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


#2ebabe Background Color

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

This div background color is #2ebabe


#2ebabe Border Color

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

This div border color is #2ebabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,186,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 #2ebabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebabe


Comments

No comments written yet.

Please login to write comment.