Color Hex Logo

#49faba Color Hex

#49FABA
(73,250,186)
0 Favorites   0 Comments

Color spaces of #49faba

RGB 73250186
HSL0.440.950.63
HSV158°71°98°
CMYK 0.710.000.26   0.02
XYZ45.796273.332958.1953
Yxy73.33290.25830.4136
Hunter Lab85.6346-54.401319.6521
CIE-Lab88.6062-58.906218.0478

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

#49faba hex color red value is 73, green value is 250 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #49faba hue: 0.44 , saturation: 0.95 and the lightness value of 49faba is 0.63.

The process color (four color CMYK) of #49faba color hex is 0.71, 0.00, 0.26, 0.02. Web safe color of #49faba is #33ffcc. Color #49faba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111010 10111010
Octal 111 372 272
Decimal 73 250 186
Hex 49 FA BA

RGB Percentages of Color #49faba

%14.34
%49.12
%36.54

CMYK Percentages of Color #49faba

%71
%0
%26
%2

Triadic Colors of #49faba

#49faba #ba49fa #faba49

Analogous Colors of #49faba

#49faba #49e2fa #49fa62

Monochromatic Colors of #49faba

#49faba

Complementary Color

#49faba #fa4989

#49faba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49faba Color Preview on White Background

Lorem ipsum dolor sit amet.

#49faba Color CSS Codes

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

#49faba Text Font Color

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

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


#49faba Background Color

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

This div background color is #49faba


#49faba Border Color

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

This div border color is #49faba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49faba


Comments

No comments written yet.

Please login to write comment.