Color Hex Logo

#2ebaee Color Hex

#2EBAEE
(46,186,238)
0 Favorites   0 Comments

Color spaces of #2ebaee

RGB 46186238
HSL0.550.850.56
HSV196°81°93°
CMYK 0.810.220.00   0.07
XYZ34.118241.871787.1727
Yxy41.87170.20910.2566
Hunter Lab64.7083-19.1235-34.5775
CIE-Lab70.7824-18.7150-36.0859

#2ebaee color RGB value is (46,186,238).

#2ebaee hex color red value is 46, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2ebaee hue: 0.55 , saturation: 0.85 and the lightness value of 2ebaee is 0.56.

The process color (four color CMYK) of #2ebaee color hex is 0.81, 0.22, 0.00, 0.07. Web safe color of #2ebaee is #33ccff. Color #2ebaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111010 11101110
Octal 56 272 356
Decimal 46 186 238
Hex 2E BA EE

RGB Percentages of Color #2ebaee

%9.79
%39.57
%50.64

CMYK Percentages of Color #2ebaee

%81
%22
%0
%7

Triadic Colors of #2ebaee

#2ebaee #ee2eba #baee2e

Analogous Colors of #2ebaee

#2ebaee #2e5aee #2eeec2

Monochromatic Colors of #2ebaee

#2ebaee

Complementary Color

#2ebaee #ee622e

#2ebaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebaee Color CSS Codes

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

#2ebaee Text Font Color

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

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


#2ebaee Background Color

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

This div background color is #2ebaee


#2ebaee Border Color

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

This div border color is #2ebaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebaee


Comments

No comments written yet.

Please login to write comment.