Color Hex Logo

#2eb0ce Color Hex

#2EB0CE
(46,176,206)
0 Favorites   0 Comments

Color spaces of #2eb0ce

RGB 46176206
HSL0.530.630.49
HSV191°78°81°
CMYK 0.780.150.00   0.19
XYZ27.792636.087763.8933
Yxy36.08770.21750.2824
Hunter Lab60.0730-22.5454-21.0093
CIE-Lab66.5869-24.1087-25.0498

#2eb0ce color RGB value is (46,176,206).

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

The process color (four color CMYK) of #2eb0ce color hex is 0.78, 0.15, 0.00, 0.19. Web safe color of #2eb0ce is #3399cc. Color #2eb0ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110000 11001110
Octal 56 260 316
Decimal 46 176 206
Hex 2E B0 CE

RGB Percentages of Color #2eb0ce

%10.75
%41.12
%48.13

CMYK Percentages of Color #2eb0ce

%78
%15
%0
%19

Triadic Colors of #2eb0ce

#2eb0ce #ce2eb0 #b0ce2e

Analogous Colors of #2eb0ce

#2eb0ce #2e60ce #2ece9c

Monochromatic Colors of #2eb0ce

#2eb0ce

Complementary Color

#2eb0ce #ce4c2e

#2eb0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb0ce Color CSS Codes

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

#2eb0ce Text Font Color

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

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


#2eb0ce Background Color

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

This div background color is #2eb0ce


#2eb0ce Border Color

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

This div border color is #2eb0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb0ce


Comments

No comments written yet.

Please login to write comment.