Color Hex Logo

#13abdb Color Hex

#13ABDB
(19,171,219)
0 Favorites   0 Comments

Color spaces of #13abdb

RGB 19171219
HSL0.540.840.47
HSV194°91°86°
CMYK 0.910.220.00   0.14
XYZ27.617734.378772.1980
Yxy34.37870.20580.2562
Hunter Lab58.6334-18.5306-31.9632
CIE-Lab65.2621-19.0959-34.2951

#13abdb color RGB value is (19,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101011 11011011
Octal 23 253 333
Decimal 19 171 219
Hex 13 AB DB

RGB Percentages of Color #13abdb

%4.65
%41.81
%53.55

CMYK Percentages of Color #13abdb

%91
%22
%0
%14

Triadic Colors of #13abdb

#13abdb #db13ab #abdb13

Analogous Colors of #13abdb

#13abdb #1347db #13dba7

Monochromatic Colors of #13abdb

#13abdb

Complementary Color

#13abdb #db4313

#13abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13abdb Color CSS Codes

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

#13abdb Text Font Color

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

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


#13abdb Background Color

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

This div background color is #13abdb


#13abdb Border Color

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

This div border color is #13abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13abdb


Comments

No comments written yet.

Please login to write comment.