Color Hex Logo

#49beab Color Hex

#49BEAB
(73,190,171)
0 Favorites   0 Comments

Color spaces of #49beab

RGB 73190171
HSL0.470.470.52
HSV170°62°75°
CMYK 0.620.000.10   0.25
XYZ28.511841.183744.9746
Yxy41.18370.24860.3591
Hunter Lab64.1745-33.00053.3707
CIE-Lab70.3044-37.2944-0.1465

#49beab color RGB value is (73,190,171).

#49beab hex color red value is 73, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #49beab hue: 0.47 , saturation: 0.47 and the lightness value of 49beab is 0.52.

The process color (four color CMYK) of #49beab color hex is 0.62, 0.00, 0.10, 0.25. Web safe color of #49beab is #33cc99. Color #49beab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111110 10101011
Octal 111 276 253
Decimal 73 190 171
Hex 49 BE AB

RGB Percentages of Color #49beab

%16.82
%43.78
%39.40

CMYK Percentages of Color #49beab

%62
%0
%10
%25

Triadic Colors of #49beab

#49beab #ab49be #beab49

Analogous Colors of #49beab

#49beab #4997be #49be71

Monochromatic Colors of #49beab

#49beab

Complementary Color

#49beab #be495c

#49beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#49beab Color CSS Codes

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

#49beab Text Font Color

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

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


#49beab Background Color

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

This div background color is #49beab


#49beab Border Color

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

This div border color is #49beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49beab


Comments

No comments written yet.

Please login to write comment.