Color Hex Logo

#49bcde Color Hex

#49BCDE
(73,188,222)
0 Favorites   0 Comments

Color spaces of #49bcde

RGB 73188222
HSL0.540.690.58
HSV194°67°87°
CMYK 0.670.150.00   0.13
XYZ33.915742.656875.5533
Yxy42.65680.22290.2804
Hunter Lab65.3122-21.6037-22.8683
CIE-Lab71.3214-21.7429-26.5088

#49bcde color RGB value is (73,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111100 11011110
Octal 111 274 336
Decimal 73 188 222
Hex 49 BC DE

RGB Percentages of Color #49bcde

%15.11
%38.92
%45.96

CMYK Percentages of Color #49bcde

%67
%15
%0
%13

Triadic Colors of #49bcde

#49bcde #de49bc #bcde49

Analogous Colors of #49bcde

#49bcde #4972de #49deb6

Monochromatic Colors of #49bcde

#49bcde

Complementary Color

#49bcde #de6b49

#49bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bcde Color CSS Codes

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

#49bcde Text Font Color

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

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


#49bcde Background Color

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

This div background color is #49bcde


#49bcde Border Color

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

This div border color is #49bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bcde


Comments

No comments written yet.

Please login to write comment.