Color Hex Logo

#49cbbe Color Hex

#49CBBE
(73,203,190)
0 Favorites   0 Comments

Color spaces of #49cbbe

RGB 73203190
HSL0.480.560.54
HSV174°64°80°
CMYK 0.640.000.06   0.20
XYZ33.397947.846056.1902
Yxy47.84600.24300.3481
Hunter Lab69.1708-34.86330.2559
CIE-Lab74.7277-38.2392-3.9948

#49cbbe color RGB value is (73,203,190).

#49cbbe hex color red value is 73, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #49cbbe hue: 0.48 , saturation: 0.56 and the lightness value of 49cbbe is 0.54.

The process color (four color CMYK) of #49cbbe color hex is 0.64, 0.00, 0.06, 0.20. Web safe color of #49cbbe is #33cccc. Color #49cbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001011 10111110
Octal 111 313 276
Decimal 73 203 190
Hex 49 CB BE

RGB Percentages of Color #49cbbe

%15.67
%43.56
%40.77

CMYK Percentages of Color #49cbbe

%64
%0
%6
%20

Triadic Colors of #49cbbe

#49cbbe #be49cb #cbbe49

Analogous Colors of #49cbbe

#49cbbe #4997cb #49cb7d

Monochromatic Colors of #49cbbe

#49cbbe

Complementary Color

#49cbbe #cb4956

#49cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#49cbbe Color CSS Codes

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

#49cbbe Text Font Color

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

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


#49cbbe Background Color

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

This div background color is #49cbbe


#49cbbe Border Color

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

This div border color is #49cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49cbbe


Comments

No comments written yet.

Please login to write comment.