Color Hex Logo

#49ebbe Color Hex

#49EBBE
(73,235,190)
0 Favorites   0 Comments

Color spaces of #49ebbe

RGB 73235190
HSL0.450.800.60
HSV163°69°92°
CMYK 0.690.000.19   0.08
XYZ41.750264.550858.9743
Yxy64.55080.25260.3906
Hunter Lab80.3435-47.844312.7200
CIE-Lab84.2517-52.03809.8190

#49ebbe color RGB value is (73,235,190).

#49ebbe hex color red value is 73, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #49ebbe hue: 0.45 , saturation: 0.80 and the lightness value of 49ebbe is 0.60.

The process color (four color CMYK) of #49ebbe color hex is 0.69, 0.00, 0.19, 0.08. Web safe color of #49ebbe is #33ffcc. Color #49ebbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101011 10111110
Octal 111 353 276
Decimal 73 235 190
Hex 49 EB BE

RGB Percentages of Color #49ebbe

%14.66
%47.19
%38.15

CMYK Percentages of Color #49ebbe

%69
%0
%19
%8

Triadic Colors of #49ebbe

#49ebbe #be49eb #ebbe49

Analogous Colors of #49ebbe

#49ebbe #49c7eb #49eb6d

Monochromatic Colors of #49ebbe

#49ebbe

Complementary Color

#49ebbe #eb4976

#49ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ebbe Color CSS Codes

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

#49ebbe Text Font Color

<p style="color:#49ebbe">Text here</p>

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


#49ebbe Background Color

<div style="background-color:#49ebbe">
Div content here</div>

This div background color is #49ebbe


#49ebbe Border Color

<div style="border:3px solid #49ebbe">
Div here</div>

This div border color is #49ebbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,235,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49ebbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49ebbe;
  -webkit-box-shadow: 1px 1px 3px 2px #49ebbe;
  box-shadow:         1px 1px 3px 2px #49ebbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,235,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ebbe


Comments

No comments written yet.

Please login to write comment.