color codes Logo

#13b8db color codes

#13B8DB
(19,184,219)
0 Favorites   0 Comments

Color spaces of #13b8db

RGB 19184219
HSL0.530.840.47
HSV191°91°86°
CMYK 0.910.160.00   0.14
XYZ30.195239.533973.0572
Yxy39.53390.21150.2769
Hunter Lab62.8760-24.3112-24.8774
CIE-Lab69.1363-25.7974-28.3046

#13b8db color RGB value is (19,184,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111000 11011011
Octal 23 270 333
Decimal 19 184 219
Hex 13 B8 DB

RGB Percentages of Color #13b8db

%4.50
%43.60
%51.90

CMYK Percentages of Color #13b8db

%91
%16
%0
%14

Triadic Colors of #13b8db

#13b8db #db13b8 #b8db13

Analogous Colors of #13b8db

#13b8db #1354db #13db9a

Monochromatic Colors of #13b8db

#13b8db

Complementary Color

#13b8db #db3613

#13b8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13b8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#13b8db Color CSS Codes

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

#13b8db Text Font Color

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

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


#13b8db Background Color

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

This div background color is #13b8db


#13b8db Border Color

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

This div border color is #13b8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13b8db


Comments

No comments written yet.

Please login to write comment.