Color Hex Logo

#13dadb Color Hex

#13DADB
(19,218,219)
0 Favorites   0 Comments

Color spaces of #13dadb

RGB 19218219
HSL0.500.840.47
HSV180°91°86°
CMYK 0.910.000.00   0.14
XYZ38.126155.395775.7008
Yxy55.39570.22530.3274
Hunter Lab74.4283-38.8124-8.2039
CIE-Lab79.2686-41.8913-12.9218

#13dadb color RGB value is (19,218,219).

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

The process color (four color CMYK) of #13dadb color hex is 0.91, 0.00, 0.00, 0.14. Web safe color of #13dadb is #00cccc. Color #13dadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011010 11011011
Octal 23 332 333
Decimal 19 218 219
Hex 13 DA DB

RGB Percentages of Color #13dadb

%4.17
%47.81
%48.03

CMYK Percentages of Color #13dadb

%91
%0
%0
%14

Triadic Colors of #13dadb

#13dadb #db13da #dadb13

Analogous Colors of #13dadb

#13dadb #1376db #13db78

Monochromatic Colors of #13dadb

#13dadb

Complementary Color

#13dadb #db1413

#13dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dadb Color CSS Codes

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

#13dadb Text Font Color

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

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


#13dadb Background Color

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

This div background color is #13dadb


#13dadb Border Color

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

This div border color is #13dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dadb


Comments

No comments written yet.

Please login to write comment.