Color Hex Logo

#49abca Color Hex

#49ABCA
(73,171,202)
0 Favorites   0 Comments

Color spaces of #49abca

RGB 73171202
HSL0.540.550.54
HSV194°64°79°
CMYK 0.640.150.00   0.21
XYZ27.971234.806661.1212
Yxy34.80660.22580.2809
Hunter Lab58.9971-18.6161-20.1266
CIE-Lab65.5978-19.1362-24.2976

#49abca color RGB value is (73,171,202).

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

The process color (four color CMYK) of #49abca color hex is 0.64, 0.15, 0.00, 0.21. Web safe color of #49abca is #3399cc. Color #49abca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101011 11001010
Octal 111 253 312
Decimal 73 171 202
Hex 49 AB CA

RGB Percentages of Color #49abca

%16.37
%38.34
%45.29

CMYK Percentages of Color #49abca

%64
%15
%0
%21

Triadic Colors of #49abca

#49abca #ca49ab #abca49

Analogous Colors of #49abca

#49abca #496bca #49caa9

Monochromatic Colors of #49abca

#49abca

Complementary Color

#49abca #ca6849

#49abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#49abca Color CSS Codes

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

#49abca Text Font Color

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

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


#49abca Background Color

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

This div background color is #49abca


#49abca Border Color

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

This div border color is #49abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49abca


Comments

No comments written yet.

Please login to write comment.