Color Hex Logo

#49ebaa Color Hex

#49EBAA
(73,235,170)
0 Favorites   0 Comments

Color spaces of #49ebaa

RGB 73235170
HSL0.430.800.60
HSV156°69°92°
CMYK 0.690.000.28   0.08
XYZ39.711763.735448.2394
Yxy63.73540.26180.4202
Hunter Lab79.8345-50.919820.0586
CIE-Lab83.8278-56.500319.6494

#49ebaa color RGB value is (73,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101011 10101010
Octal 111 353 252
Decimal 73 235 170
Hex 49 EB AA

RGB Percentages of Color #49ebaa

%15.27
%49.16
%35.56

CMYK Percentages of Color #49ebaa

%69
%0
%28
%8

Triadic Colors of #49ebaa

#49ebaa #aa49eb #ebaa49

Analogous Colors of #49ebaa

#49ebaa #49dbeb #49eb59

Monochromatic Colors of #49ebaa

#49ebaa

Complementary Color

#49ebaa #eb498a

#49ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ebaa Color CSS Codes

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

#49ebaa Text Font Color

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

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


#49ebaa Background Color

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

This div background color is #49ebaa


#49ebaa Border Color

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

This div border color is #49ebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ebaa


Comments

No comments written yet.

Please login to write comment.