Color Hex Logo

#2ebecc Color Hex

#2EBECC
(46,190,204)
0 Favorites   0 Comments

Color spaces of #2ebecc

RGB 46190204
HSL0.510.630.49
HSV185°77°80°
CMYK 0.770.070.00   0.20
XYZ30.439341.767463.5843
Yxy41.76740.22420.3076
Hunter Lab64.6277-29.0259-13.0934
CIE-Lab70.7103-31.6650-17.6702

#2ebecc color RGB value is (46,190,204).

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

The process color (four color CMYK) of #2ebecc color hex is 0.77, 0.07, 0.00, 0.20. Web safe color of #2ebecc is #33cccc. Color #2ebecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111110 11001100
Octal 56 276 314
Decimal 46 190 204
Hex 2E BE CC

RGB Percentages of Color #2ebecc

%10.45
%43.18
%46.36

CMYK Percentages of Color #2ebecc

%77
%7
%0
%20

Triadic Colors of #2ebecc

#2ebecc #cc2ebe #becc2e

Analogous Colors of #2ebecc

#2ebecc #2e6fcc #2ecc8b

Monochromatic Colors of #2ebecc

#2ebecc

Complementary Color

#2ebecc #cc3c2e

#2ebecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebecc Color CSS Codes

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

#2ebecc Text Font Color

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

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


#2ebecc Background Color

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

This div background color is #2ebecc


#2ebecc Border Color

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

This div border color is #2ebecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebecc


Comments

No comments written yet.

Please login to write comment.