Color Hex Logo

#49acde Color Hex

#49ACDE
(73,172,222)
0 Favorites   0 Comments

Color spaces of #49acde

RGB 73172222
HSL0.560.690.58
HSV200°67°87°
CMYK 0.670.230.00   0.13
XYZ30.685036.195474.4764
Yxy36.19540.21710.2561
Hunter Lab60.1626-14.2434-31.2823
CIE-Lab66.6690-13.3277-33.6850

#49acde color RGB value is (73,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101100 11011110
Octal 111 254 336
Decimal 73 172 222
Hex 49 AC DE

RGB Percentages of Color #49acde

%15.63
%36.83
%47.54

CMYK Percentages of Color #49acde

%67
%23
%0
%13

Triadic Colors of #49acde

#49acde #de49ac #acde49

Analogous Colors of #49acde

#49acde #4962de #49dec6

Monochromatic Colors of #49acde

#49acde

Complementary Color

#49acde #de7b49

#49acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#49acde Color CSS Codes

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

#49acde Text Font Color

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

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


#49acde Background Color

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

This div background color is #49acde


#49acde Border Color

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

This div border color is #49acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49acde


Comments

No comments written yet.

Please login to write comment.