Color Hex Logo

#2ebaca Color Hex

#2EBACA
(46,186,202)
0 Favorites   0 Comments

Color spaces of #2ebaca

RGB 46186202
HSL0.520.630.49
HSV186°77°79°
CMYK 0.770.080.00   0.21
XYZ29.346339.962962.0440
Yxy39.96290.22340.3042
Hunter Lab63.2162-27.7649-13.9392
CIE-Lab69.4431-30.3476-18.4940

#2ebaca color RGB value is (46,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111010 11001010
Octal 56 272 312
Decimal 46 186 202
Hex 2E BA CA

RGB Percentages of Color #2ebaca

%10.60
%42.86
%46.54

CMYK Percentages of Color #2ebaca

%77
%8
%0
%21

Triadic Colors of #2ebaca

#2ebaca #ca2eba #baca2e

Analogous Colors of #2ebaca

#2ebaca #2e6cca #2eca8c

Monochromatic Colors of #2ebaca

#2ebaca

Complementary Color

#2ebaca #ca3e2e

#2ebaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebaca Color CSS Codes

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

#2ebaca Text Font Color

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

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


#2ebaca Background Color

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

This div background color is #2ebaca


#2ebaca Border Color

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

This div border color is #2ebaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebaca


Comments

No comments written yet.

Please login to write comment.