Color Hex Logo

#2ebbbe Color Hex

#2EBBBE
(46,187,190)
0 Favorites   0 Comments

Color spaces of #2ebbbe

RGB 46187190
HSL0.500.610.46
HSV181°76°75°
CMYK 0.760.020.00   0.25
XYZ28.191339.839254.9191
Yxy39.83920.22930.3240
Hunter Lab63.1183-30.7314-7.4053
CIE-Lab69.3548-34.4602-12.0394

#2ebbbe color RGB value is (46,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111011 10111110
Octal 56 273 276
Decimal 46 187 190
Hex 2E BB BE

RGB Percentages of Color #2ebbbe

%10.87
%44.21
%44.92

CMYK Percentages of Color #2ebbbe

%76
%2
%0
%25

Triadic Colors of #2ebbbe

#2ebbbe #be2ebb #bbbe2e

Analogous Colors of #2ebbbe

#2ebbbe #2e73be #2ebe79

Monochromatic Colors of #2ebbbe

#2ebbbe

Complementary Color

#2ebbbe #be312e

#2ebbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebbbe Color CSS Codes

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

#2ebbbe Text Font Color

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

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


#2ebbbe Background Color

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

This div background color is #2ebbbe


#2ebbbe Border Color

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

This div border color is #2ebbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebbbe


Comments

No comments written yet.

Please login to write comment.