Color Hex Logo

#13addb Color Hex

#13ADDB
(19,173,219)
0 Favorites   0 Comments

Color spaces of #13addb

RGB 19173219
HSL0.540.840.47
HSV194°91°86°
CMYK 0.910.210.00   0.14
XYZ27.998335.140172.3249
Yxy35.14010.20670.2594
Hunter Lab59.2791-19.4305-30.8429
CIE-Lab65.8576-20.1485-33.3704

#13addb color RGB value is (19,173,219).

#13addb hex color red value is 19, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #13addb hue: 0.54 , saturation: 0.84 and the lightness value of 13addb is 0.47.

The process color (four color CMYK) of #13addb color hex is 0.91, 0.21, 0.00, 0.14. Web safe color of #13addb is #0099cc. Color #13addb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101101 11011011
Octal 23 255 333
Decimal 19 173 219
Hex 13 AD DB

RGB Percentages of Color #13addb

%4.62
%42.09
%53.28

CMYK Percentages of Color #13addb

%91
%21
%0
%14

Triadic Colors of #13addb

#13addb #db13ad #addb13

Analogous Colors of #13addb

#13addb #1349db #13dba5

Monochromatic Colors of #13addb

#13addb

Complementary Color

#13addb #db4113

#13addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13addb Color CSS Codes

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

#13addb Text Font Color

<p style="color:#13addb">Text here</p>

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


#13addb Background Color

<div style="background-color:#13addb">
Div content here</div>

This div background color is #13addb


#13addb Border Color

<div style="border:3px solid #13addb">
Div here</div>

This div border color is #13addb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,173,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13addb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13addb;
  -webkit-box-shadow: 1px 1px 3px 2px #13addb;
  box-shadow:         1px 1px 3px 2px #13addb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,173,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 #13addb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13addb


Comments

No comments written yet.

Please login to write comment.