Color Hex Logo

#49cbba Color Hex

#49CBBA
(73,203,186)
0 Favorites   0 Comments

Color spaces of #49cbba

RGB 73203186
HSL0.480.560.54
HSV172°64°80°
CMYK 0.640.000.08   0.20
XYZ32.966547.673553.9188
Yxy47.67350.24500.3543
Hunter Lab69.0460-35.60442.0320
CIE-Lab74.6185-39.2944-1.9916

#49cbba color RGB value is (73,203,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001011 10111010
Octal 111 313 272
Decimal 73 203 186
Hex 49 CB BA

RGB Percentages of Color #49cbba

%15.80
%43.94
%40.26

CMYK Percentages of Color #49cbba

%64
%0
%8
%20

Triadic Colors of #49cbba

#49cbba #ba49cb #cbba49

Analogous Colors of #49cbba

#49cbba #499bcb #49cb79

Monochromatic Colors of #49cbba

#49cbba

Complementary Color

#49cbba #cb495a

#49cbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49cbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#49cbba Color CSS Codes

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

#49cbba Text Font Color

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

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


#49cbba Background Color

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

This div background color is #49cbba


#49cbba Border Color

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

This div border color is #49cbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49cbba


Comments

No comments written yet.

Please login to write comment.