Color Hex Logo

#49cbeb Color Hex

#49CBEB
(73,203,235)
0 Favorites   0 Comments

Color spaces of #49cbeb

RGB 73203235
HSL0.530.800.60
HSV192°69°92°
CMYK 0.690.140.00   0.08
XYZ39.099050.126586.2119
Yxy50.12650.22290.2857
Hunter Lab70.8001-25.3244-22.6363
CIE-Lab76.1468-25.3250-26.1520

#49cbeb color RGB value is (73,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001011 11101011
Octal 111 313 353
Decimal 73 203 235
Hex 49 CB EB

RGB Percentages of Color #49cbeb

%14.29
%39.73
%45.99

CMYK Percentages of Color #49cbeb

%69
%14
%0
%8

Triadic Colors of #49cbeb

#49cbeb #eb49cb #cbeb49

Analogous Colors of #49cbeb

#49cbeb #497aeb #49ebba

Monochromatic Colors of #49cbeb

#49cbeb

Complementary Color

#49cbeb #eb6949

#49cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49cbeb Color CSS Codes

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

#49cbeb Text Font Color

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

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


#49cbeb Background Color

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

This div background color is #49cbeb


#49cbeb Border Color

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

This div border color is #49cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49cbeb


Comments

No comments written yet.

Please login to write comment.