Color Hex Logo

#13cbdb Color Hex

#13CBDB
(19,203,219)
0 Favorites   0 Comments

Color spaces of #13cbdb

RGB 19203219
HSL0.510.840.47
HSV185°91°86°
CMYK 0.910.070.00   0.14
XYZ34.410747.964874.4623
Yxy47.96480.21940.3058
Hunter Lab69.2566-32.5100-15.2669
CIE-Lab74.8027-35.0315-19.6502

#13cbdb color RGB value is (19,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001011 11011011
Octal 23 313 333
Decimal 19 203 219
Hex 13 CB DB

RGB Percentages of Color #13cbdb

%4.31
%46.03
%49.66

CMYK Percentages of Color #13cbdb

%91
%7
%0
%14

Triadic Colors of #13cbdb

#13cbdb #db13cb #cbdb13

Analogous Colors of #13cbdb

#13cbdb #1367db #13db87

Monochromatic Colors of #13cbdb

#13cbdb

Complementary Color

#13cbdb #db2313

#13cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cbdb Color CSS Codes

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

#13cbdb Text Font Color

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

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


#13cbdb Background Color

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

This div background color is #13cbdb


#13cbdb Border Color

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

This div border color is #13cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cbdb


Comments

No comments written yet.

Please login to write comment.