Color Hex Logo

#49bda2 Color Hex

#49BDA2
(73,189,162)
0 Favorites   0 Comments

Color spaces of #49bda2

RGB 73189162
HSL0.460.470.51
HSV166°61°74°
CMYK 0.610.000.14   0.26
XYZ27.466840.420340.5367
Yxy40.42030.25330.3728
Hunter Lab63.5770-34.14336.7005
CIE-Lab69.7678-39.12173.9981

#49bda2 color RGB value is (73,189,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111101 10100010
Octal 111 275 242
Decimal 73 189 162
Hex 49 BD A2

RGB Percentages of Color #49bda2

%17.22
%44.58
%38.21

CMYK Percentages of Color #49bda2

%61
%0
%14
%26

Triadic Colors of #49bda2

#49bda2 #a249bd #bda249

Analogous Colors of #49bda2

#49bda2 #499ebd #49bd68

Monochromatic Colors of #49bda2

#49bda2

Complementary Color

#49bda2 #bd4964

#49bda2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bda2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bda2 Color CSS Codes

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

#49bda2 Text Font Color

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

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


#49bda2 Background Color

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

This div background color is #49bda2


#49bda2 Border Color

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

This div border color is #49bda2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bda2


Comments

No comments written yet.

Please login to write comment.