Color Hex Logo

#49defb Color Hex

#49DEFB
(73,222,251)
0 Favorites   0 Comments

Color spaces of #49defb

RGB 73222251
HSL0.530.960.64
HSV190°71°98°
CMYK 0.710.120.00   0.02
XYZ46.281560.6241100.5291
Yxy60.62410.22310.2923
Hunter Lab77.8615-30.1557-22.0479
CIE-Lab82.1762-29.8109-25.4790

#49defb color RGB value is (73,222,251).

#49defb hex color red value is 73, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #49defb hue: 0.53 , saturation: 0.96 and the lightness value of 49defb is 0.64.

The process color (four color CMYK) of #49defb color hex is 0.71, 0.12, 0.00, 0.02. Web safe color of #49defb is #33ccff. Color #49defb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011110 11111011
Octal 111 336 373
Decimal 73 222 251
Hex 49 DE FB

RGB Percentages of Color #49defb

%13.37
%40.66
%45.97

CMYK Percentages of Color #49defb

%71
%12
%0
%2

Triadic Colors of #49defb

#49defb #fb49de #defb49

Analogous Colors of #49defb

#49defb #4985fb #49fbbf

Monochromatic Colors of #49defb

#49defb

Complementary Color

#49defb #fb6649

#49defb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49defb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49defb Color CSS Codes

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

#49defb Text Font Color

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

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


#49defb Background Color

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

This div background color is #49defb


#49defb Border Color

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

This div border color is #49defb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49defb


Comments

No comments written yet.

Please login to write comment.