Color Hex Logo

#49bceb Color Hex

#49BCEB
(73,188,235)
0 Favorites   0 Comments

Color spaces of #49bceb

RGB 73188235
HSL0.550.800.60
HSV197°69°92°
CMYK 0.690.200.00   0.08
XYZ35.726343.381185.0877
Yxy43.38110.21760.2642
Hunter Lab65.8643-18.4401-30.4895
CIE-Lab71.8129-17.6594-32.8166

#49bceb color RGB value is (73,188,235).

#49bceb hex color red value is 73, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #49bceb hue: 0.55 , saturation: 0.80 and the lightness value of 49bceb is 0.60.

The process color (four color CMYK) of #49bceb color hex is 0.69, 0.20, 0.00, 0.08. Web safe color of #49bceb is #33ccff. Color #49bceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111100 11101011
Octal 111 274 353
Decimal 73 188 235
Hex 49 BC EB

RGB Percentages of Color #49bceb

%14.72
%37.90
%47.38

CMYK Percentages of Color #49bceb

%69
%20
%0
%8

Triadic Colors of #49bceb

#49bceb #eb49bc #bceb49

Analogous Colors of #49bceb

#49bceb #496beb #49ebc9

Monochromatic Colors of #49bceb

#49bceb

Complementary Color

#49bceb #eb7849

#49bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bceb Color CSS Codes

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

#49bceb Text Font Color

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

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


#49bceb Background Color

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

This div background color is #49bceb


#49bceb Border Color

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

This div border color is #49bceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bceb


Comments

No comments written yet.

Please login to write comment.