Color Hex Logo

#49abcc Color Hex

#49ABCC
(73,171,204)
0 Favorites   0 Comments

Color spaces of #49abcc

RGB 73171204
HSL0.540.560.54
HSV195°64°80°
CMYK 0.640.160.00   0.20
XYZ28.209634.901962.3767
Yxy34.90190.22480.2781
Hunter Lab59.0778-18.1526-21.2462
CIE-Lab65.6722-18.5147-25.2914

#49abcc color RGB value is (73,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101011 11001100
Octal 111 253 314
Decimal 73 171 204
Hex 49 AB CC

RGB Percentages of Color #49abcc

%16.29
%38.17
%45.54

CMYK Percentages of Color #49abcc

%64
%16
%0
%20

Triadic Colors of #49abcc

#49abcc #cc49ab #abcc49

Analogous Colors of #49abcc

#49abcc #496acc #49ccac

Monochromatic Colors of #49abcc

#49abcc

Complementary Color

#49abcc #cc6a49

#49abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#49abcc Color CSS Codes

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

#49abcc Text Font Color

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

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


#49abcc Background Color

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

This div background color is #49abcc


#49abcc Border Color

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

This div border color is #49abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49abcc


Comments

No comments written yet.

Please login to write comment.