Color Hex Logo

#2ebdce Color Hex

#2EBDCE
(46,189,206)
0 Favorites   0 Comments

Color spaces of #2ebdce

RGB 46189206
HSL0.520.630.49
HSV186°78°81°
CMYK 0.780.080.00   0.19
XYZ30.464941.432364.7841
Yxy41.43230.22290.3031
Hunter Lab64.3679-28.1610-14.6158
CIE-Lab70.4777-30.5669-19.1160

#2ebdce color RGB value is (46,189,206).

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

The process color (four color CMYK) of #2ebdce color hex is 0.78, 0.08, 0.00, 0.19. Web safe color of #2ebdce is #33cccc. Color #2ebdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111101 11001110
Octal 56 275 316
Decimal 46 189 206
Hex 2E BD CE

RGB Percentages of Color #2ebdce

%10.43
%42.86
%46.71

CMYK Percentages of Color #2ebdce

%78
%8
%0
%19

Triadic Colors of #2ebdce

#2ebdce #ce2ebd #bdce2e

Analogous Colors of #2ebdce

#2ebdce #2e6dce #2ece8f

Monochromatic Colors of #2ebdce

#2ebdce

Complementary Color

#2ebdce #ce3f2e

#2ebdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebdce Color CSS Codes

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

#2ebdce Text Font Color

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

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


#2ebdce Background Color

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

This div background color is #2ebdce


#2ebdce Border Color

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

This div border color is #2ebdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebdce


Comments

No comments written yet.

Please login to write comment.