Color Hex Logo

#2eb1bc Color Hex

#2EB1BC
(46,177,188)
0 Favorites   0 Comments

Color spaces of #2eb1bc

RGB 46177188
HSL0.510.610.46
HSV185°76°74°
CMYK 0.760.060.00   0.26
XYZ25.926035.656053.0928
Yxy35.65600.22610.3109
Hunter Lab59.7126-26.9961-10.9182
CIE-Lab66.2562-30.2861-15.5972

#2eb1bc color RGB value is (46,177,188).

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

The process color (four color CMYK) of #2eb1bc color hex is 0.76, 0.06, 0.00, 0.26. Web safe color of #2eb1bc is #3399cc. Color #2eb1bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110001 10111100
Octal 56 261 274
Decimal 46 177 188
Hex 2E B1 BC

RGB Percentages of Color #2eb1bc

%11.19
%43.07
%45.74

CMYK Percentages of Color #2eb1bc

%76
%6
%0
%26

Triadic Colors of #2eb1bc

#2eb1bc #bc2eb1 #b1bc2e

Analogous Colors of #2eb1bc

#2eb1bc #2e6abc #2ebc80

Monochromatic Colors of #2eb1bc

#2eb1bc

Complementary Color

#2eb1bc #bc392e

#2eb1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb1bc Color CSS Codes

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

#2eb1bc Text Font Color

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

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


#2eb1bc Background Color

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

This div background color is #2eb1bc


#2eb1bc Border Color

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

This div border color is #2eb1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb1bc


Comments

No comments written yet.

Please login to write comment.