Color Hex Logo

#49af8e Color Hex

#49AF8E
(73,175,142)
0 Favorites   0 Comments

Color spaces of #49af8e

RGB 73175142
HSL0.450.410.49
HSV161°58°69°
CMYK 0.580.000.19   0.31
XYZ22.960134.029430.9494
Yxy34.02940.26110.3870
Hunter Lab58.3347-31.82959.3781
CIE-Lab64.9859-37.67978.1304

#49af8e color RGB value is (73,175,142).

#49af8e hex color red value is 73, green value is 175 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #49af8e hue: 0.45 , saturation: 0.41 and the lightness value of 49af8e is 0.49.

The process color (four color CMYK) of #49af8e color hex is 0.58, 0.00, 0.19, 0.31. Web safe color of #49af8e is #339999. Color #49af8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101111 10001110
Octal 111 257 216
Decimal 73 175 142
Hex 49 AF 8E

RGB Percentages of Color #49af8e

%18.72
%44.87
%36.41

CMYK Percentages of Color #49af8e

%58
%0
%19
%31

Triadic Colors of #49af8e

#49af8e #8e49af #af8e49

Analogous Colors of #49af8e

#49af8e #499daf #49af5b

Monochromatic Colors of #49af8e

#49af8e

Complementary Color

#49af8e #af496a

#49af8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49af8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49af8e Color CSS Codes

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

#49af8e Text Font Color

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

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


#49af8e Background Color

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

This div background color is #49af8e


#49af8e Border Color

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

This div border color is #49af8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49af8e


Comments

No comments written yet.

Please login to write comment.