Color Hex Logo

#49deef Color Hex

#49DEEF
(73,222,239)
0 Favorites   0 Comments

Color spaces of #49deef

RGB 73222239
HSL0.520.840.61
HSV186°69°94°
CMYK 0.690.070.00   0.06
XYZ44.448959.891090.8788
Yxy59.89100.22770.3068
Hunter Lab77.3893-32.9089-15.4522
CIE-Lab81.7789-33.3603-19.7217

#49deef color RGB value is (73,222,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011110 11101111
Octal 111 336 357
Decimal 73 222 239
Hex 49 DE EF

RGB Percentages of Color #49deef

%13.67
%41.57
%44.76

CMYK Percentages of Color #49deef

%69
%7
%0
%6

Triadic Colors of #49deef

#49deef #ef49de #deef49

Analogous Colors of #49deef

#49deef #498bef #49efad

Monochromatic Colors of #49deef

#49deef

Complementary Color

#49deef #ef5a49

#49deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#49deef Color CSS Codes

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

#49deef Text Font Color

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

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


#49deef Background Color

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

This div background color is #49deef


#49deef Border Color

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

This div border color is #49deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49deef


Comments

No comments written yet.

Please login to write comment.