Color Hex Logo

#49cddb Color Hex

#49CDDB
(73,205,219)
0 Favorites   0 Comments

Color spaces of #49cddb

RGB 73205219
HSL0.520.670.57
HSV186°67°86°
CMYK 0.670.060.00   0.14
XYZ37.365250.193674.7368
Yxy50.19360.23020.3093
Hunter Lab70.8474-29.8415-12.9517
CIE-Lab76.1879-31.0820-17.4781

#49cddb color RGB value is (73,205,219).

#49cddb hex color red value is 73, green value is 205 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #49cddb hue: 0.52 , saturation: 0.67 and the lightness value of 49cddb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001101 11011011
Octal 111 315 333
Decimal 73 205 219
Hex 49 CD DB

RGB Percentages of Color #49cddb

%14.69
%41.25
%44.06

CMYK Percentages of Color #49cddb

%67
%6
%0
%14

Triadic Colors of #49cddb

#49cddb #db49cd #cddb49

Analogous Colors of #49cddb

#49cddb #4984db #49dba0

Monochromatic Colors of #49cddb

#49cddb

Complementary Color

#49cddb #db5749

#49cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49cddb Color CSS Codes

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

#49cddb Text Font Color

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

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


#49cddb Background Color

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

This div background color is #49cddb


#49cddb Border Color

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

This div border color is #49cddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49cddb


Comments

No comments written yet.

Please login to write comment.