Color Hex Logo

#49edbf Color Hex

#49EDBF
(73,237,191)
0 Favorites   0 Comments

Color spaces of #49edbf

RGB 73237191
HSL0.450.820.61
HSV163°69°93°
CMYK 0.690.000.19   0.07
XYZ42.435865.746459.7439
Yxy65.74640.25270.3915
Hunter Lab81.0842-48.478413.0732
CIE-Lab84.8669-52.620410.1736

#49edbf color RGB value is (73,237,191).

#49edbf hex color red value is 73, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #49edbf hue: 0.45 , saturation: 0.82 and the lightness value of 49edbf is 0.61.

The process color (four color CMYK) of #49edbf color hex is 0.69, 0.00, 0.19, 0.07. Web safe color of #49edbf is #33ffcc. Color #49edbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101101 10111111
Octal 111 355 277
Decimal 73 237 191
Hex 49 ED BF

RGB Percentages of Color #49edbf

%14.57
%47.31
%38.12

CMYK Percentages of Color #49edbf

%69
%0
%19
%7

Triadic Colors of #49edbf

#49edbf #bf49ed #edbf49

Analogous Colors of #49edbf

#49edbf #49c9ed #49ed6d

Monochromatic Colors of #49edbf

#49edbf

Complementary Color

#49edbf #ed4977

#49edbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49edbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49edbf Color CSS Codes

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

#49edbf Text Font Color

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

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


#49edbf Background Color

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

This div background color is #49edbf


#49edbf Border Color

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

This div border color is #49edbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49edbf


Comments

No comments written yet.

Please login to write comment.