Color Hex Logo

#49bbdf Color Hex

#49BBDF
(73,187,223)
0 Favorites   0 Comments

Color spaces of #49bbdf

RGB 73187223
HSL0.540.700.58
HSV194°67°87°
CMYK 0.670.160.00   0.13
XYZ33.837342.284876.1904
Yxy42.28480.22220.2776
Hunter Lab65.0268-20.9126-23.9500
CIE-Lab71.0668-20.9190-27.4441

#49bbdf color RGB value is (73,187,223).

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

The process color (four color CMYK) of #49bbdf color hex is 0.67, 0.16, 0.00, 0.13. Web safe color of #49bbdf is #33cccc. Color #49bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111011 11011111
Octal 111 273 337
Decimal 73 187 223
Hex 49 BB DF

RGB Percentages of Color #49bbdf

%15.11
%38.72
%46.17

CMYK Percentages of Color #49bbdf

%67
%16
%0
%13

Triadic Colors of #49bbdf

#49bbdf #df49bb #bbdf49

Analogous Colors of #49bbdf

#49bbdf #4970df #49dfb8

Monochromatic Colors of #49bbdf

#49bbdf

Complementary Color

#49bbdf #df6d49

#49bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bbdf Color CSS Codes

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

#49bbdf Text Font Color

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

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


#49bbdf Background Color

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

This div background color is #49bbdf


#49bbdf Border Color

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

This div border color is #49bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bbdf


Comments

No comments written yet.

Please login to write comment.