Color Hex Logo

#49ddfb Color Hex

#49DDFB
(73,221,251)
0 Favorites   0 Comments

Color spaces of #49ddfb

RGB 73221251
HSL0.530.960.64
HSV190°71°98°
CMYK 0.710.120.00   0.02
XYZ46.016760.0944100.4408
Yxy60.09440.22280.2909
Hunter Lab77.5206-29.7023-22.5557
CIE-Lab81.8895-29.3265-25.9164

#49ddfb color RGB value is (73,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011101 11111011
Octal 111 335 373
Decimal 73 221 251
Hex 49 DD FB

RGB Percentages of Color #49ddfb

%13.39
%40.55
%46.06

CMYK Percentages of Color #49ddfb

%71
%12
%0
%2

Triadic Colors of #49ddfb

#49ddfb #fb49dd #ddfb49

Analogous Colors of #49ddfb

#49ddfb #4984fb #49fbc0

Monochromatic Colors of #49ddfb

#49ddfb

Complementary Color

#49ddfb #fb6749

#49ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ddfb Color CSS Codes

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

#49ddfb Text Font Color

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

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


#49ddfb Background Color

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

This div background color is #49ddfb


#49ddfb Border Color

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

This div border color is #49ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ddfb


Comments

No comments written yet.

Please login to write comment.