Color Hex Logo

#49bedc Color Hex

#49BEDC
(73,190,220)
0 Favorites   0 Comments

Color spaces of #49bedc

RGB 73190220
HSL0.530.680.57
HSV192°67°86°
CMYK 0.670.140.00   0.14
XYZ34.079443.410774.2931
Yxy43.41070.22450.2860
Hunter Lab65.8868-22.9742-20.7339
CIE-Lab71.8328-23.3776-24.6371

#49bedc color RGB value is (73,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111110 11011100
Octal 111 276 334
Decimal 73 190 220
Hex 49 BE DC

RGB Percentages of Color #49bedc

%15.11
%39.34
%45.55

CMYK Percentages of Color #49bedc

%67
%14
%0
%14

Triadic Colors of #49bedc

#49bedc #dc49be #bedc49

Analogous Colors of #49bedc

#49bedc #4975dc #49dcb1

Monochromatic Colors of #49bedc

#49bedc

Complementary Color

#49bedc #dc6749

#49bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bedc Color CSS Codes

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

#49bedc Text Font Color

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

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


#49bedc Background Color

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

This div background color is #49bedc


#49bedc Border Color

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

This div border color is #49bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bedc


Comments

No comments written yet.

Please login to write comment.