Color Hex Logo

#49abab Color Hex

#49ABAB
(73,171,171)
0 Favorites   0 Comments

Color spaces of #49abab

RGB 73171171
HSL0.500.400.48
HSV180°57°67°
CMYK 0.570.000.00   0.33
XYZ24.661233.482643.6911
Yxy33.48260.24220.3288
Hunter Lab57.8642-25.1871-4.2628
CIE-Lab64.5498-28.2919-8.6377

#49abab color RGB value is (73,171,171).

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

The process color (four color CMYK) of #49abab color hex is 0.57, 0.00, 0.00, 0.33. Web safe color of #49abab is #339999. Color #49abab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101011 10101011
Octal 111 253 253
Decimal 73 171 171
Hex 49 AB AB

RGB Percentages of Color #49abab

%17.59
%41.20
%41.20

CMYK Percentages of Color #49abab

%57
%0
%0
%33

Triadic Colors of #49abab

#49abab #ab49ab #abab49

Analogous Colors of #49abab

#49abab #497aab #49ab7a

Monochromatic Colors of #49abab

#49abab

Complementary Color

#49abab #ab4949

#49abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#49abab Color CSS Codes

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

#49abab Text Font Color

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

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


#49abab Background Color

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

This div background color is #49abab


#49abab Border Color

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

This div border color is #49abab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49abab


Comments

No comments written yet.

Please login to write comment.