Color Hex Logo

#49adca Color Hex

#49ADCA
(73,173,202)
0 Favorites   0 Comments

Color spaces of #49adca

RGB 73173202
HSL0.540.550.54
HSV193°64°79°
CMYK 0.640.140.00   0.21
XYZ28.351935.567961.2481
Yxy35.56790.22650.2842
Hunter Lab59.6388-19.5102-19.1427
CIE-Lab66.1884-20.1799-23.3934

#49adca color RGB value is (73,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101101 11001010
Octal 111 255 312
Decimal 73 173 202
Hex 49 AD CA

RGB Percentages of Color #49adca

%16.29
%38.62
%45.09

CMYK Percentages of Color #49adca

%64
%14
%0
%21

Triadic Colors of #49adca

#49adca #ca49ad #adca49

Analogous Colors of #49adca

#49adca #496dca #49caa7

Monochromatic Colors of #49adca

#49adca

Complementary Color

#49adca #ca6649

#49adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#49adca Color CSS Codes

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

#49adca Text Font Color

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

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


#49adca Background Color

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

This div background color is #49adca


#49adca Border Color

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

This div border color is #49adca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,173,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 #49adca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49adca


Comments

No comments written yet.

Please login to write comment.