Color Hex Logo

#49bdba Color Hex

#49BDBA
(73,189,186)
0 Favorites   0 Comments

Color spaces of #49bdba

RGB 73189186
HSL0.500.470.51
HSV178°61°74°
CMYK 0.610.000.02   0.26
XYZ29.808241.356852.8660
Yxy41.35680.24030.3334
Hunter Lab64.3093-29.8041-3.7234
CIE-Lab70.4252-32.8169-8.1849

#49bdba color RGB value is (73,189,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111101 10111010
Octal 111 275 272
Decimal 73 189 186
Hex 49 BD BA

RGB Percentages of Color #49bdba

%16.29
%42.19
%41.52

CMYK Percentages of Color #49bdba

%61
%0
%2
%26

Triadic Colors of #49bdba

#49bdba #ba49bd #bdba49

Analogous Colors of #49bdba

#49bdba #4986bd #49bd80

Monochromatic Colors of #49bdba

#49bdba

Complementary Color

#49bdba #bd494c

#49bdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bdba Color CSS Codes

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

#49bdba Text Font Color

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

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


#49bdba Background Color

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

This div background color is #49bdba


#49bdba Border Color

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

This div border color is #49bdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bdba


Comments

No comments written yet.

Please login to write comment.