Color Hex Logo

#13cedb Color Hex

#13CEDB
(19,206,219)
0 Favorites   0 Comments

Color spaces of #13cedb

RGB 19206219
HSL0.510.840.47
HSV184°91°86°
CMYK 0.910.060.00   0.14
XYZ35.126049.395574.7008
Yxy49.39550.22060.3102
Hunter Lab70.2819-33.7814-13.8204
CIE-Lab75.6967-36.4326-18.2967

#13cedb color RGB value is (19,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001110 11011011
Octal 23 316 333
Decimal 19 206 219
Hex 13 CE DB

RGB Percentages of Color #13cedb

%4.28
%46.40
%49.32

CMYK Percentages of Color #13cedb

%91
%6
%0
%14

Triadic Colors of #13cedb

#13cedb #db13ce #cedb13

Analogous Colors of #13cedb

#13cedb #136adb #13db84

Monochromatic Colors of #13cedb

#13cedb

Complementary Color

#13cedb #db2013

#13cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cedb Color CSS Codes

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

#13cedb Text Font Color

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

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


#13cedb Background Color

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

This div background color is #13cedb


#13cedb Border Color

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

This div border color is #13cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cedb


Comments

No comments written yet.

Please login to write comment.