Color Hex Logo

#49afdf Color Hex

#49AFDF
(73,175,223)
0 Favorites   0 Comments

Color spaces of #49afdf

RGB 73175223
HSL0.550.700.58
HSV199°67°87°
CMYK 0.670.220.00   0.13
XYZ31.396937.404175.3770
Yxy37.40410.21780.2594
Hunter Lab61.1589-15.3922-30.2624
CIE-Lab67.5791-14.6184-32.8232

#49afdf color RGB value is (73,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101111 11011111
Octal 111 257 337
Decimal 73 175 223
Hex 49 AF DF

RGB Percentages of Color #49afdf

%15.50
%37.15
%47.35

CMYK Percentages of Color #49afdf

%67
%22
%0
%13

Triadic Colors of #49afdf

#49afdf #df49af #afdf49

Analogous Colors of #49afdf

#49afdf #4964df #49dfc4

Monochromatic Colors of #49afdf

#49afdf

Complementary Color

#49afdf #df7949

#49afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49afdf Color CSS Codes

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

#49afdf Text Font Color

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

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


#49afdf Background Color

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

This div background color is #49afdf


#49afdf Border Color

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

This div border color is #49afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49afdf


Comments

No comments written yet.

Please login to write comment.