Color Hex Logo

#49a3ec Color Hex

#49A3EC
(73,163,236)
0 Favorites   0 Comments

Color spaces of #49a3ec

RGB 73163236
HSL0.570.810.61
HSV207°69°93°
CMYK 0.690.310.00   0.07
XYZ30.985233.667084.2222
Yxy33.66700.20810.2261
Hunter Lab58.0233-6.2193-45.4446
CIE-Lab64.6974-3.7146-44.4579

#49a3ec color RGB value is (73,163,236).

#49a3ec hex color red value is 73, green value is 163 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #49a3ec hue: 0.57 , saturation: 0.81 and the lightness value of 49a3ec is 0.61.

The process color (four color CMYK) of #49a3ec color hex is 0.69, 0.31, 0.00, 0.07. Web safe color of #49a3ec is #3399ff. Color #49a3ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10100011 11101100
Octal 111 243 354
Decimal 73 163 236
Hex 49 A3 EC

RGB Percentages of Color #49a3ec

%15.47
%34.53
%50.00

CMYK Percentages of Color #49a3ec

%69
%31
%0
%7

Triadic Colors of #49a3ec

#49a3ec #ec49a3 #a3ec49

Analogous Colors of #49a3ec

#49a3ec #4952ec #49ece4

Monochromatic Colors of #49a3ec

#49a3ec

Complementary Color

#49a3ec #ec9249

#49a3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49a3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#49a3ec Color CSS Codes

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

#49a3ec Text Font Color

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

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


#49a3ec Background Color

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

This div background color is #49a3ec


#49a3ec Border Color

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

This div border color is #49a3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49a3ec


Comments

No comments written yet.

Please login to write comment.