Color Hex Logo

#49bbaf Color Hex

#49BBAF
(73,187,175)
0 Favorites   0 Comments

Color spaces of #49bbaf

RGB 73187175
HSL0.480.460.51
HSV174°61°73°
CMYK 0.610.000.06   0.27
XYZ28.255840.052346.7991
Yxy40.05230.24550.3480
Hunter Lab63.2869-31.05690.4573
CIE-Lab69.5068-34.8609-3.5093

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

#49bbaf hex color red value is 73, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #49bbaf hue: 0.48 , saturation: 0.46 and the lightness value of 49bbaf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111011 10101111
Octal 111 273 257
Decimal 73 187 175
Hex 49 BB AF

RGB Percentages of Color #49bbaf

%16.78
%42.99
%40.23

CMYK Percentages of Color #49bbaf

%61
%0
%6
%27

Triadic Colors of #49bbaf

#49bbaf #af49bb #bbaf49

Analogous Colors of #49bbaf

#49bbaf #498ebb #49bb76

Monochromatic Colors of #49bbaf

#49bbaf

Complementary Color

#49bbaf #bb4955

#49bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bbaf Color CSS Codes

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

#49bbaf Text Font Color

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

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


#49bbaf Background Color

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

This div background color is #49bbaf


#49bbaf Border Color

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

This div border color is #49bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bbaf


Comments

No comments written yet.

Please login to write comment.