Color Hex Logo

#13dbde Color Hex

#13DBDE
(19,219,222)
0 Favorites   0 Comments

Color spaces of #13dbde

RGB 19219222
HSL0.500.840.47
HSV181°91°87°
CMYK 0.910.010.00   0.13
XYZ38.784956.075477.8867
Yxy56.07540.22450.3246
Hunter Lab74.8835-38.5945-9.2494
CIE-Lab79.6567-41.4522-13.9420

#13dbde color RGB value is (19,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011011 11011110
Octal 23 333 336
Decimal 19 219 222
Hex 13 DB DE

RGB Percentages of Color #13dbde

%4.13
%47.61
%48.26

CMYK Percentages of Color #13dbde

%91
%1
%0
%13

Triadic Colors of #13dbde

#13dbde #de13db #dbde13

Analogous Colors of #13dbde

#13dbde #1376de #13de7c

Monochromatic Colors of #13dbde

#13dbde

Complementary Color

#13dbde #de1613

#13dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dbde Color CSS Codes

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

#13dbde Text Font Color

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

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


#13dbde Background Color

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

This div background color is #13dbde


#13dbde Border Color

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

This div border color is #13dbde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,219,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #13dbde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dbde


Comments

No comments written yet.

Please login to write comment.