Color Hex Logo

#49afbd Color Hex

#49AFBD
(73,175,189)
0 Favorites   0 Comments

Color spaces of #49afbd

RGB 73175189
HSL0.520.470.51
HSV187°61°74°
CMYK 0.610.070.00   0.26
XYZ27.262935.750553.6077
Yxy35.75050.23380.3066
Hunter Lab59.7917-23.2459-11.3037
CIE-Lab66.3288-25.1184-15.9792

#49afbd color RGB value is (73,175,189).

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

The process color (four color CMYK) of #49afbd color hex is 0.61, 0.07, 0.00, 0.26. Web safe color of #49afbd is #3399cc. Color #49afbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101111 10111101
Octal 111 257 275
Decimal 73 175 189
Hex 49 AF BD

RGB Percentages of Color #49afbd

%16.70
%40.05
%43.25

CMYK Percentages of Color #49afbd

%61
%7
%0
%26

Triadic Colors of #49afbd

#49afbd #bd49af #afbd49

Analogous Colors of #49afbd

#49afbd #4975bd #49bd91

Monochromatic Colors of #49afbd

#49afbd

Complementary Color

#49afbd #bd5749

#49afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49afbd Color CSS Codes

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

#49afbd Text Font Color

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

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


#49afbd Background Color

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

This div background color is #49afbd


#49afbd Border Color

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

This div border color is #49afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49afbd


Comments

No comments written yet.

Please login to write comment.