Color Hex Logo

#49acec Color Hex

#49ACEC
(73,172,236)
0 Favorites   0 Comments

Color spaces of #49acec

RGB 73172236
HSL0.570.810.61
HSV204°69°93°
CMYK 0.690.270.00   0.07
XYZ32.640536.977684.7739
Yxy36.97760.21140.2395
Hunter Lab60.8092-10.6028-40.0895
CIE-Lab67.2602-8.7394-40.4392

#49acec color RGB value is (73,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101100 11101100
Octal 111 254 354
Decimal 73 172 236
Hex 49 AC EC

RGB Percentages of Color #49acec

%15.18
%35.76
%49.06

CMYK Percentages of Color #49acec

%69
%27
%0
%7

Triadic Colors of #49acec

#49acec #ec49ac #acec49

Analogous Colors of #49acec

#49acec #495aec #49ecdb

Monochromatic Colors of #49acec

#49acec

Complementary Color

#49acec #ec8949

#49acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#49acec Color CSS Codes

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

#49acec Text Font Color

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

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


#49acec Background Color

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

This div background color is #49acec


#49acec Border Color

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

This div border color is #49acec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49acec


Comments

No comments written yet.

Please login to write comment.