Color Hex Logo

#49ccba Color Hex

#49CCBA
(73,204,186)
0 Favorites   0 Comments

Color spaces of #49ccba

RGB 73204186
HSL0.480.560.54
HSV172°64°80°
CMYK 0.640.000.09   0.20
XYZ33.203448.147453.9977
Yxy48.14740.24530.3557
Hunter Lab69.3883-36.01452.4326
CIE-Lab74.9178-39.7449-1.5528

#49ccba color RGB value is (73,204,186).

#49ccba hex color red value is 73, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #49ccba hue: 0.48 , saturation: 0.56 and the lightness value of 49ccba is 0.54.

The process color (four color CMYK) of #49ccba color hex is 0.64, 0.00, 0.09, 0.20. Web safe color of #49ccba is #33cccc. Color #49ccba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001100 10111010
Octal 111 314 272
Decimal 73 204 186
Hex 49 CC BA

RGB Percentages of Color #49ccba

%15.77
%44.06
%40.17

CMYK Percentages of Color #49ccba

%64
%0
%9
%20

Triadic Colors of #49ccba

#49ccba #ba49cc #ccba49

Analogous Colors of #49ccba

#49ccba #499dcc #49cc79

Monochromatic Colors of #49ccba

#49ccba

Complementary Color

#49ccba #cc495b

#49ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ccba Color CSS Codes

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

#49ccba Text Font Color

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

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


#49ccba Background Color

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

This div background color is #49ccba


#49ccba Border Color

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

This div border color is #49ccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ccba


Comments

No comments written yet.

Please login to write comment.