Color Hex Logo

#49bcdc Color Hex

#49BCDC
(73,188,220)
0 Favorites   0 Comments

Color spaces of #49bcdc

RGB 73188220
HSL0.540.680.57
HSV193°67°86°
CMYK 0.670.150.00   0.14
XYZ33.649142.550274.1497
Yxy42.55020.22380.2830
Hunter Lab65.2305-22.0743-21.7356
CIE-Lab71.2486-22.3608-25.5310

#49bcdc color RGB value is (73,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111100 11011100
Octal 111 274 334
Decimal 73 188 220
Hex 49 BC DC

RGB Percentages of Color #49bcdc

%15.18
%39.09
%45.74

CMYK Percentages of Color #49bcdc

%67
%15
%0
%14

Triadic Colors of #49bcdc

#49bcdc #dc49bc #bcdc49

Analogous Colors of #49bcdc

#49bcdc #4973dc #49dcb3

Monochromatic Colors of #49bcdc

#49bcdc

Complementary Color

#49bcdc #dc6949

#49bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bcdc Color CSS Codes

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

#49bcdc Text Font Color

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

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


#49bcdc Background Color

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

This div background color is #49bcdc


#49bcdc Border Color

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

This div border color is #49bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bcdc


Comments

No comments written yet.

Please login to write comment.