Color Hex Logo

#49bdab Color Hex

#49BDAB
(73,189,171)
0 Favorites   0 Comments

Color spaces of #49bdab

RGB 73189171
HSL0.470.470.51
HSV171°61°74°
CMYK 0.610.000.10   0.26
XYZ28.295940.751944.9026
Yxy40.75190.24830.3576
Hunter Lab63.8372-32.59482.9819
CIE-Lab70.0017-36.8367-0.5888

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

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

The process color (four color CMYK) of #49bdab color hex is 0.61, 0.00, 0.10, 0.26. Web safe color of #49bdab is #33cc99. Color #49bdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111101 10101011
Octal 111 275 253
Decimal 73 189 171
Hex 49 BD AB

RGB Percentages of Color #49bdab

%16.86
%43.65
%39.49

CMYK Percentages of Color #49bdab

%61
%0
%10
%26

Triadic Colors of #49bdab

#49bdab #ab49bd #bdab49

Analogous Colors of #49bdab

#49bdab #4995bd #49bd71

Monochromatic Colors of #49bdab

#49bdab

Complementary Color

#49bdab #bd495b

#49bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bdab Color CSS Codes

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

#49bdab Text Font Color

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

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


#49bdab Background Color

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

This div background color is #49bdab


#49bdab Border Color

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

This div border color is #49bdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bdab


Comments

No comments written yet.

Please login to write comment.