Color Hex Logo

#49fabf Color Hex

#49FABF
(73,250,191)
0 Favorites   0 Comments

Color spaces of #49fabf

RGB 73250191
HSL0.440.950.63
HSV160°71°98°
CMYK 0.710.000.24   0.02
XYZ46.337273.549361.0444
Yxy73.54930.25610.4065
Hunter Lab85.7609-53.636817.8301
CIE-Lab88.7090-57.811815.6184

#49fabf color RGB value is (73,250,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111010 10111111
Octal 111 372 277
Decimal 73 250 191
Hex 49 FA BF

RGB Percentages of Color #49fabf

%14.20
%48.64
%37.16

CMYK Percentages of Color #49fabf

%71
%0
%24
%2

Triadic Colors of #49fabf

#49fabf #bf49fa #fabf49

Analogous Colors of #49fabf

#49fabf #49ddfa #49fa67

Monochromatic Colors of #49fabf

#49fabf

Complementary Color

#49fabf #fa4984

#49fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49fabf Color CSS Codes

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

#49fabf Text Font Color

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

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


#49fabf Background Color

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

This div background color is #49fabf


#49fabf Border Color

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

This div border color is #49fabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49fabf


Comments

No comments written yet.

Please login to write comment.