Color Hex Logo

#49afde Color Hex

#49AFDE
(73,175,222)
0 Favorites   0 Comments

Color spaces of #49afde

RGB 73175222
HSL0.550.690.58
HSV199°67°87°
CMYK 0.670.210.00   0.13
XYZ31.262437.350374.6689
Yxy37.35030.21820.2607
Hunter Lab61.1149-15.6421-29.6589
CIE-Lab67.5390-14.9398-32.3366

#49afde color RGB value is (73,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101111 11011110
Octal 111 257 336
Decimal 73 175 222
Hex 49 AF DE

RGB Percentages of Color #49afde

%15.53
%37.23
%47.23

CMYK Percentages of Color #49afde

%67
%21
%0
%13

Triadic Colors of #49afde

#49afde #de49af #afde49

Analogous Colors of #49afde

#49afde #4965de #49dec3

Monochromatic Colors of #49afde

#49afde

Complementary Color

#49afde #de7849

#49afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#49afde Color CSS Codes

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

#49afde Text Font Color

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

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


#49afde Background Color

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

This div background color is #49afde


#49afde Border Color

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

This div border color is #49afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49afde


Comments

No comments written yet.

Please login to write comment.