color codes Logo

#13c6db color codes

#13C6DB
(19,198,219)
0 Favorites   0 Comments

Color spaces of #13c6db

RGB 19198219
HSL0.520.840.47
HSV186°91°86°
CMYK 0.910.100.00   0.14
XYZ33.248845.641174.0750
Yxy45.64110.21740.2984
Hunter Lab67.5582-30.3780-17.7185
CIE-Lab73.3120-32.6631-21.9143

#13c6db color RGB value is (19,198,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11000110 11011011
Octal 23 306 333
Decimal 19 198 219
Hex 13 C6 DB

RGB Percentages of Color #13c6db

%4.36
%45.41
%50.23

CMYK Percentages of Color #13c6db

%91
%10
%0
%14

Triadic Colors of #13c6db

#13c6db #db13c6 #c6db13

Analogous Colors of #13c6db

#13c6db #1362db #13db8c

Monochromatic Colors of #13c6db

#13c6db

Complementary Color

#13c6db #db2813

#13c6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13c6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#13c6db Color CSS Codes

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

#13c6db Text Font Color

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

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


#13c6db Background Color

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

This div background color is #13c6db


#13c6db Border Color

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

This div border color is #13c6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13c6db


Comments

No comments written yet.

Please login to write comment.