Color Hex Logo

#2ebeb4 Color Hex

#2EBEB4
(46,190,180)
0 Favorites   0 Comments

Color spaces of #2ebeb4

RGB 46190180
HSL0.490.610.46
HSV176°76°75°
CMYK 0.760.000.05   0.25
XYZ27.778440.703049.5724
Yxy40.70300.23530.3448
Hunter Lab63.7989-33.9282-1.4097
CIE-Lab69.9673-38.7362-5.6396

#2ebeb4 color RGB value is (46,190,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111110 10110100
Octal 56 276 264
Decimal 46 190 180
Hex 2E BE B4

RGB Percentages of Color #2ebeb4

%11.06
%45.67
%43.27

CMYK Percentages of Color #2ebeb4

%76
%0
%5
%25

Triadic Colors of #2ebeb4

#2ebeb4 #b42ebe #beb42e

Analogous Colors of #2ebeb4

#2ebeb4 #2e80be #2ebe6c

Monochromatic Colors of #2ebeb4

#2ebeb4

Complementary Color

#2ebeb4 #be2e38

#2ebeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebeb4 Color CSS Codes

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

#2ebeb4 Text Font Color

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

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


#2ebeb4 Background Color

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

This div background color is #2ebeb4


#2ebeb4 Border Color

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

This div border color is #2ebeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebeb4


Comments

No comments written yet.

Please login to write comment.