Color Hex Logo

#13cddb Color Hex

#13CDDB
(19,205,219)
0 Favorites   0 Comments

Color spaces of #13cddb

RGB 19205219
HSL0.510.840.47
HSV184°91°86°
CMYK 0.910.060.00   0.14
XYZ34.886148.915674.6208
Yxy48.91560.22020.3088
Hunter Lab69.9397-33.3582-14.3005
CIE-Lab75.3988-35.9672-18.7474

#13cddb color RGB value is (19,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001101 11011011
Octal 23 315 333
Decimal 19 205 219
Hex 13 CD DB

RGB Percentages of Color #13cddb

%4.29
%46.28
%49.44

CMYK Percentages of Color #13cddb

%91
%6
%0
%14

Triadic Colors of #13cddb

#13cddb #db13cd #cddb13

Analogous Colors of #13cddb

#13cddb #1369db #13db85

Monochromatic Colors of #13cddb

#13cddb

Complementary Color

#13cddb #db2113

#13cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cddb Color CSS Codes

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

#13cddb Text Font Color

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

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


#13cddb Background Color

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

This div background color is #13cddb


#13cddb Border Color

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

This div border color is #13cddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cddb


Comments

No comments written yet.

Please login to write comment.