Color Hex Logo

#49edaf Color Hex

#49EDAF
(73,237,175)
0 Favorites   0 Comments

Color spaces of #49edaf

RGB 73237175
HSL0.440.820.61
HSV157°69°93°
CMYK 0.690.000.26   0.07
XYZ40.769765.080050.9703
Yxy65.08000.26000.4150
Hunter Lab80.6722-50.966919.0099
CIE-Lab84.5249-56.214718.0269

#49edaf color RGB value is (73,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101101 10101111
Octal 111 355 257
Decimal 73 237 175
Hex 49 ED AF

RGB Percentages of Color #49edaf

%15.05
%48.87
%36.08

CMYK Percentages of Color #49edaf

%69
%0
%26
%7

Triadic Colors of #49edaf

#49edaf #af49ed #edaf49

Analogous Colors of #49edaf

#49edaf #49d9ed #49ed5d

Monochromatic Colors of #49edaf

#49edaf

Complementary Color

#49edaf #ed4987

#49edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49edaf Color CSS Codes

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

#49edaf Text Font Color

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

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


#49edaf Background Color

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

This div background color is #49edaf


#49edaf Border Color

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

This div border color is #49edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49edaf


Comments

No comments written yet.

Please login to write comment.