Color Hex Logo

#49afbe Color Hex

#49AFBE
(73,175,190)
0 Favorites   0 Comments

Color spaces of #49afbe

RGB 73175190
HSL0.520.470.52
HSV188°62°75°
CMYK 0.620.080.00   0.25
XYZ27.371935.794154.1815
Yxy35.79410.23330.3050
Hunter Lab59.8282-23.0340-11.8144
CIE-Lab66.3623-24.8238-16.4830

#49afbe color RGB value is (73,175,190).

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

The process color (four color CMYK) of #49afbe color hex is 0.62, 0.08, 0.00, 0.25. Web safe color of #49afbe is #3399cc. Color #49afbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101111 10111110
Octal 111 257 276
Decimal 73 175 190
Hex 49 AF BE

RGB Percentages of Color #49afbe

%16.67
%39.95
%43.38

CMYK Percentages of Color #49afbe

%62
%8
%0
%25

Triadic Colors of #49afbe

#49afbe #be49af #afbe49

Analogous Colors of #49afbe

#49afbe #4975be #49be93

Monochromatic Colors of #49afbe

#49afbe

Complementary Color

#49afbe #be5849

#49afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#49afbe Color CSS Codes

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

#49afbe Text Font Color

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

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


#49afbe Background Color

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

This div background color is #49afbe


#49afbe Border Color

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

This div border color is #49afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49afbe


Comments

No comments written yet.

Please login to write comment.