Color Hex Logo

#2ebeca Color Hex

#2EBECA
(46,190,202)
0 Favorites   0 Comments

Color spaces of #2ebeca

RGB 46190202
HSL0.510.630.49
HSV185°77°79°
CMYK 0.770.060.00   0.21
XYZ30.200841.672062.3289
Yxy41.67200.22500.3105
Hunter Lab64.5539-29.4600-12.0588
CIE-Lab70.6442-32.2760-16.6766

#2ebeca color RGB value is (46,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111110 11001010
Octal 56 276 312
Decimal 46 190 202
Hex 2E BE CA

RGB Percentages of Color #2ebeca

%10.50
%43.38
%46.12

CMYK Percentages of Color #2ebeca

%77
%6
%0
%21

Triadic Colors of #2ebeca

#2ebeca #ca2ebe #beca2e

Analogous Colors of #2ebeca

#2ebeca #2e70ca #2eca88

Monochromatic Colors of #2ebeca

#2ebeca

Complementary Color

#2ebeca #ca3a2e

#2ebeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebeca Color CSS Codes

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

#2ebeca Text Font Color

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

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


#2ebeca Background Color

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

This div background color is #2ebeca


#2ebeca Border Color

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

This div border color is #2ebeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebeca


Comments

No comments written yet.

Please login to write comment.