Color Hex Logo

#2ebace Color Hex

#2EBACE
(46,186,206)
0 Favorites   0 Comments

Color spaces of #2ebace

RGB 46186206
HSL0.520.630.49
HSV188°78°81°
CMYK 0.780.100.00   0.19
XYZ29.826240.154964.5712
Yxy40.15490.22170.2984
Hunter Lab63.3679-26.8769-16.0583
CIE-Lab69.5797-29.1043-20.4798

#2ebace color RGB value is (46,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111010 11001110
Octal 56 272 316
Decimal 46 186 206
Hex 2E BA CE

RGB Percentages of Color #2ebace

%10.50
%42.47
%47.03

CMYK Percentages of Color #2ebace

%78
%10
%0
%19

Triadic Colors of #2ebace

#2ebace #ce2eba #bace2e

Analogous Colors of #2ebace

#2ebace #2e6ace #2ece92

Monochromatic Colors of #2ebace

#2ebace

Complementary Color

#2ebace #ce422e

#2ebace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebace Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebace Color CSS Codes

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

#2ebace Text Font Color

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

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


#2ebace Background Color

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

This div background color is #2ebace


#2ebace Border Color

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

This div border color is #2ebace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebace


Comments

No comments written yet.

Please login to write comment.