Color Hex Logo

#49efaf Color Hex

#49EFAF
(73,239,175)
0 Favorites   0 Comments

Color spaces of #49efaf

RGB 73239175
HSL0.440.840.61
HSV157°69°94°
CMYK 0.690.000.27   0.06
XYZ41.352066.244651.1645
Yxy66.24460.26050.4173
Hunter Lab81.3908-51.743919.7022
CIE-Lab85.1210-56.997218.8576

#49efaf color RGB value is (73,239,175).

#49efaf hex color red value is 73, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #49efaf hue: 0.44 , saturation: 0.84 and the lightness value of 49efaf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101111 10101111
Octal 111 357 257
Decimal 73 239 175
Hex 49 EF AF

RGB Percentages of Color #49efaf

%14.99
%49.08
%35.93

CMYK Percentages of Color #49efaf

%69
%0
%27
%6

Triadic Colors of #49efaf

#49efaf #af49ef #efaf49

Analogous Colors of #49efaf

#49efaf #49dcef #49ef5c

Monochromatic Colors of #49efaf

#49efaf

Complementary Color

#49efaf #ef4989

#49efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49efaf Color CSS Codes

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

#49efaf Text Font Color

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

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


#49efaf Background Color

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

This div background color is #49efaf


#49efaf Border Color

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

This div border color is #49efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49efaf


Comments

No comments written yet.

Please login to write comment.