Color Hex Logo

#49dbef Color Hex

#49DBEF
(73,219,239)
0 Favorites   0 Comments

Color spaces of #49dbef

RGB 73219239
HSL0.520.840.61
HSV187°69°94°
CMYK 0.690.080.00   0.06
XYZ43.659258.311590.6155
Yxy58.31150.22670.3028
Hunter Lab76.3620-31.5778-16.9035
CIE-Lab80.9117-31.9343-21.0349

#49dbef color RGB value is (73,219,239).

#49dbef hex color red value is 73, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #49dbef hue: 0.52 , saturation: 0.84 and the lightness value of 49dbef is 0.61.

The process color (four color CMYK) of #49dbef color hex is 0.69, 0.08, 0.00, 0.06. Web safe color of #49dbef is #33ccff. Color #49dbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011011 11101111
Octal 111 333 357
Decimal 73 219 239
Hex 49 DB EF

RGB Percentages of Color #49dbef

%13.75
%41.24
%45.01

CMYK Percentages of Color #49dbef

%69
%8
%0
%6

Triadic Colors of #49dbef

#49dbef #ef49db #dbef49

Analogous Colors of #49dbef

#49dbef #4988ef #49efb0

Monochromatic Colors of #49dbef

#49dbef

Complementary Color

#49dbef #ef5d49

#49dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dbef Color CSS Codes

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

#49dbef Text Font Color

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

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


#49dbef Background Color

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

This div background color is #49dbef


#49dbef Border Color

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

This div border color is #49dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dbef


Comments

No comments written yet.

Please login to write comment.