Color Hex Logo

#49ffbf Color Hex

#49FFBF
(73,255,191)
0 Favorites   0 Comments

Color spaces of #49ffbf

RGB 73255191
HSL0.441.000.64
HSV159°71°100°
CMYK 0.710.000.25   0.00
XYZ47.911676.698161.5692
Yxy76.69810.25730.4120
Hunter Lab87.5775-55.607319.6218
CIE-Lab90.1825-59.755517.6876

#49ffbf color RGB value is (73,255,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111111 10111111
Octal 111 377 277
Decimal 73 255 191
Hex 49 FF BF

RGB Percentages of Color #49ffbf

%14.07
%49.13
%36.80

CMYK Percentages of Color #49ffbf

%71
%0
%25
%0

Triadic Colors of #49ffbf

#49ffbf #bf49ff #ffbf49

Analogous Colors of #49ffbf

#49ffbf #49e4ff #49ff64

Monochromatic Colors of #49ffbf

#49ffbf

Complementary Color

#49ffbf #ff4989

#49ffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ffbf Color CSS Codes

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

#49ffbf Text Font Color

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

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


#49ffbf Background Color

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

This div background color is #49ffbf


#49ffbf Border Color

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

This div border color is #49ffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ffbf

Related Colors


Comments

No comments written yet.

Please login to write comment.