Color Hex Logo

#2ebbbc Color Hex

#2EBBBC
(46,187,188)
0 Favorites   0 Comments

Color spaces of #2ebbbc

RGB 46187188
HSL0.500.610.46
HSV180°76°74°
CMYK 0.760.010.00   0.26
XYZ27.974139.752353.7755
Yxy39.75230.23020.3272
Hunter Lab63.0494-31.1387-6.4345
CIE-Lab69.2927-35.0511-11.0337

#2ebbbc color RGB value is (46,187,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111011 10111100
Octal 56 273 274
Decimal 46 187 188
Hex 2E BB BC

RGB Percentages of Color #2ebbbc

%10.93
%44.42
%44.66

CMYK Percentages of Color #2ebbbc

%76
%1
%0
%26

Triadic Colors of #2ebbbc

#2ebbbc #bc2ebb #bbbc2e

Analogous Colors of #2ebbbc

#2ebbbc #2e74bc #2ebc76

Monochromatic Colors of #2ebbbc

#2ebbbc

Complementary Color

#2ebbbc #bc2f2e

#2ebbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebbbc Color CSS Codes

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

#2ebbbc Text Font Color

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

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


#2ebbbc Background Color

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

This div background color is #2ebbbc


#2ebbbc Border Color

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

This div border color is #2ebbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebbbc


Comments

No comments written yet.

Please login to write comment.