Color Hex Logo

#49aaca Color Hex

#49AACA
(73,170,202)
0 Favorites   0 Comments

Color spaces of #49aaca

RGB 73170202
HSL0.540.550.54
HSV195°64°79°
CMYK 0.640.160.00   0.21
XYZ27.783034.430261.0585
Yxy34.43020.22540.2793
Hunter Lab58.6773-18.1675-20.6220
CIE-Lab65.3026-18.6113-24.7502

#49aaca color RGB value is (73,170,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101010 11001010
Octal 111 252 312
Decimal 73 170 202
Hex 49 AA CA

RGB Percentages of Color #49aaca

%16.40
%38.20
%45.39

CMYK Percentages of Color #49aaca

%64
%16
%0
%21

Triadic Colors of #49aaca

#49aaca #ca49aa #aaca49

Analogous Colors of #49aaca

#49aaca #496aca #49caaa

Monochromatic Colors of #49aaca

#49aaca

Complementary Color

#49aaca #ca6949

#49aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#49aaca Color CSS Codes

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

#49aaca Text Font Color

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

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


#49aaca Background Color

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

This div background color is #49aaca


#49aaca Border Color

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

This div border color is #49aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49aaca


Comments

No comments written yet.

Please login to write comment.