Color Hex Logo

#49ebae Color Hex

#49EBAE
(73,235,174)
0 Favorites   0 Comments

Color spaces of #49ebae

RGB 73235174
HSL0.440.800.60
HSV157°69°92°
CMYK 0.690.000.26   0.08
XYZ40.096063.889150.2630
Yxy63.88910.25990.4142
Hunter Lab79.9307-50.336818.6680
CIE-Lab83.9080-55.644017.6848

#49ebae color RGB value is (73,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101011 10101110
Octal 111 353 256
Decimal 73 235 174
Hex 49 EB AE

RGB Percentages of Color #49ebae

%15.15
%48.76
%36.10

CMYK Percentages of Color #49ebae

%69
%0
%26
%8

Triadic Colors of #49ebae

#49ebae #ae49eb #ebae49

Analogous Colors of #49ebae

#49ebae #49d7eb #49eb5d

Monochromatic Colors of #49ebae

#49ebae

Complementary Color

#49ebae #eb4986

#49ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ebae Color CSS Codes

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

#49ebae Text Font Color

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

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


#49ebae Background Color

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

This div background color is #49ebae


#49ebae Border Color

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

This div border color is #49ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ebae


Comments

No comments written yet.

Please login to write comment.