Color Hex Logo

#49eabe Color Hex

#49EABE
(73,234,190)
0 Favorites   0 Comments

Color spaces of #49eabe

RGB 73234190
HSL0.450.790.60
HSV164°69°92°
CMYK 0.690.000.19   0.08
XYZ41.464763.979858.8791
Yxy63.97980.25230.3894
Hunter Lab79.9874-47.445212.3475
CIE-Lab83.9553-51.62859.3956

#49eabe color RGB value is (73,234,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101010 10111110
Octal 111 352 276
Decimal 73 234 190
Hex 49 EA BE

RGB Percentages of Color #49eabe

%14.69
%47.08
%38.23

CMYK Percentages of Color #49eabe

%69
%0
%19
%8

Triadic Colors of #49eabe

#49eabe #be49ea #eabe49

Analogous Colors of #49eabe

#49eabe #49c6ea #49ea6e

Monochromatic Colors of #49eabe

#49eabe

Complementary Color

#49eabe #ea4975

#49eabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49eabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#49eabe Color CSS Codes

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

#49eabe Text Font Color

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

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


#49eabe Background Color

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

This div background color is #49eabe


#49eabe Border Color

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

This div border color is #49eabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,234,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 #49eabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49eabe


Comments

No comments written yet.

Please login to write comment.