Color Hex Logo

#49baba Color Hex

#49BABA
(73,186,186)
0 Favorites   0 Comments

Color spaces of #49baba

RGB 73186186
HSL0.500.450.51
HSV180°61°73°
CMYK 0.610.000.00   0.27
XYZ29.169540.079452.6531
Yxy40.07940.23930.3288
Hunter Lab63.3083-28.5451-4.9953
CIE-Lab69.5260-31.3852-9.5238

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111010 10111010
Octal 111 272 272
Decimal 73 186 186
Hex 49 BA BA

RGB Percentages of Color #49baba

%16.40
%41.80
%41.80

CMYK Percentages of Color #49baba

%61
%0
%0
%27

Triadic Colors of #49baba

#49baba #ba49ba #baba49

Analogous Colors of #49baba

#49baba #4982ba #49ba82

Monochromatic Colors of #49baba

#49baba

Complementary Color

#49baba #ba4949

#49baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#49baba Color CSS Codes

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

#49baba Text Font Color

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

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


#49baba Background Color

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

This div background color is #49baba


#49baba Border Color

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

This div border color is #49baba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49baba


Comments

No comments written yet.

Please login to write comment.