Color Hex Logo

#49aade Color Hex

#49AADE
(73,170,222)
0 Favorites   0 Comments

Color spaces of #49aade

RGB 73170222
HSL0.560.690.58
HSV201°67°87°
CMYK 0.670.230.00   0.13
XYZ30.307235.439874.3505
Yxy35.43980.21630.2530
Hunter Lab59.5313-13.3061-32.3772
CIE-Lab66.0897-12.2442-34.5845

#49aade color RGB value is (73,170,222).

#49aade hex color red value is 73, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #49aade hue: 0.56 , saturation: 0.69 and the lightness value of 49aade is 0.58.

The process color (four color CMYK) of #49aade color hex is 0.67, 0.23, 0.00, 0.13. Web safe color of #49aade is #3399cc. Color #49aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101010 11011110
Octal 111 252 336
Decimal 73 170 222
Hex 49 AA DE

RGB Percentages of Color #49aade

%15.70
%36.56
%47.74

CMYK Percentages of Color #49aade

%67
%23
%0
%13

Triadic Colors of #49aade

#49aade #de49aa #aade49

Analogous Colors of #49aade

#49aade #4960de #49dec8

Monochromatic Colors of #49aade

#49aade

Complementary Color

#49aade #de7d49

#49aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#49aade Color CSS Codes

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

#49aade Text Font Color

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

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


#49aade Background Color

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

This div background color is #49aade


#49aade Border Color

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

This div border color is #49aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49aade


Comments

No comments written yet.

Please login to write comment.