Color Hex Logo

#49ccbb Color Hex

#49CCBB
(73,204,187)
0 Favorites   0 Comments

Color spaces of #49ccbb

RGB 73204187
HSL0.480.560.54
HSV172°64°80°
CMYK 0.640.000.08   0.20
XYZ33.310248.190154.5597
Yxy48.19010.24480.3542
Hunter Lab69.4191-35.83161.9946
CIE-Lab74.9447-39.4836-2.0537

#49ccbb color RGB value is (73,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001100 10111011
Octal 111 314 273
Decimal 73 204 187
Hex 49 CC BB

RGB Percentages of Color #49ccbb

%15.73
%43.97
%40.30

CMYK Percentages of Color #49ccbb

%64
%0
%8
%20

Triadic Colors of #49ccbb

#49ccbb #bb49cc #ccbb49

Analogous Colors of #49ccbb

#49ccbb #499ccc #49cc7a

Monochromatic Colors of #49ccbb

#49ccbb

Complementary Color

#49ccbb #cc495a

#49ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ccbb Color CSS Codes

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

#49ccbb Text Font Color

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

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


#49ccbb Background Color

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

This div background color is #49ccbb


#49ccbb Border Color

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

This div border color is #49ccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ccbb


Comments

No comments written yet.

Please login to write comment.