Color Hex Logo

#49abdf Color Hex

#49ABDF
(73,171,223)
0 Favorites   0 Comments

Color spaces of #49abdf

RGB 73171223
HSL0.560.700.58
HSV201°67°87°
CMYK 0.670.230.00   0.13
XYZ30.629835.870075.1213
Yxy35.87000.21630.2533
Hunter Lab59.8916-13.5216-32.4427
CIE-Lab66.4205-12.4624-34.6206

#49abdf color RGB value is (73,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101011 11011111
Octal 111 253 337
Decimal 73 171 223
Hex 49 AB DF

RGB Percentages of Color #49abdf

%15.63
%36.62
%47.75

CMYK Percentages of Color #49abdf

%67
%23
%0
%13

Triadic Colors of #49abdf

#49abdf #df49ab #abdf49

Analogous Colors of #49abdf

#49abdf #4960df #49dfc8

Monochromatic Colors of #49abdf

#49abdf

Complementary Color

#49abdf #df7d49

#49abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49abdf Color CSS Codes

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

#49abdf Text Font Color

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

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


#49abdf Background Color

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

This div background color is #49abdf


#49abdf Border Color

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

This div border color is #49abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49abdf


Comments

No comments written yet.

Please login to write comment.