Color Hex Logo

#2ebcea Color Hex

#2EBCEA
(46,188,234)
0 Favorites   0 Comments

Color spaces of #2ebcea

RGB 46188234
HSL0.540.820.55
HSV195°80°92°
CMYK 0.800.200.00   0.08
XYZ33.961242.487884.2529
Yxy42.48780.21130.2644
Hunter Lab65.1827-21.0683-31.0084
CIE-Lab71.2059-21.0866-33.2586

#2ebcea color RGB value is (46,188,234).

#2ebcea hex color red value is 46, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2ebcea hue: 0.54 , saturation: 0.82 and the lightness value of 2ebcea is 0.55.

The process color (four color CMYK) of #2ebcea color hex is 0.80, 0.20, 0.00, 0.08. Web safe color of #2ebcea is #33ccff. Color #2ebcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111100 11101010
Octal 56 274 352
Decimal 46 188 234
Hex 2E BC EA

RGB Percentages of Color #2ebcea

%9.83
%40.17
%50.00

CMYK Percentages of Color #2ebcea

%80
%20
%0
%8

Triadic Colors of #2ebcea

#2ebcea #ea2ebc #bcea2e

Analogous Colors of #2ebcea

#2ebcea #2e5eea #2eeaba

Monochromatic Colors of #2ebcea

#2ebcea

Complementary Color

#2ebcea #ea5c2e

#2ebcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebcea Color CSS Codes

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

#2ebcea Text Font Color

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

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


#2ebcea Background Color

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

This div background color is #2ebcea


#2ebcea Border Color

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

This div border color is #2ebcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebcea


Comments

No comments written yet.

Please login to write comment.