Color Hex Logo

#49afaf Color Hex

#49AFAF
(73,175,175)
0 Favorites   0 Comments

Color spaces of #49afaf

RGB 73175175
HSL0.500.410.49
HSV180°58°69°
CMYK 0.580.000.00   0.31
XYZ25.815535.171645.9856
Yxy35.17160.24130.3288
Hunter Lab59.3056-26.0846-4.4595
CIE-Lab65.8820-29.1345-8.8791

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101111 10101111
Octal 111 257 257
Decimal 73 175 175
Hex 49 AF AF

RGB Percentages of Color #49afaf

%17.26
%41.37
%41.37

CMYK Percentages of Color #49afaf

%58
%0
%0
%31

Triadic Colors of #49afaf

#49afaf #af49af #afaf49

Analogous Colors of #49afaf

#49afaf #497caf #49af7c

Monochromatic Colors of #49afaf

#49afaf

Complementary Color

#49afaf #af4949

#49afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49afaf Color CSS Codes

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

#49afaf Text Font Color

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

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


#49afaf Background Color

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

This div background color is #49afaf


#49afaf Border Color

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

This div border color is #49afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49afaf


Comments

No comments written yet.

Please login to write comment.