Color Hex Logo

#13dbe5 Color Hex

#13DBE5
(19,219,229)
0 Favorites   0 Comments

Color spaces of #13dbe5

RGB 19219229
HSL0.510.850.49
HSV183°92°90°
CMYK 0.920.040.00   0.10
XYZ39.742956.458682.9317
Yxy56.45860.22190.3152
Hunter Lab75.1389-37.0799-12.8418
CIE-Lab79.8741-39.3606-17.3486

#13dbe5 color RGB value is (19,219,229).

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

The process color (four color CMYK) of #13dbe5 color hex is 0.92, 0.04, 0.00, 0.10. Web safe color of #13dbe5 is #00cccc. Color #13dbe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011011 11100101
Octal 23 333 345
Decimal 19 219 229
Hex 13 DB E5

RGB Percentages of Color #13dbe5

%4.07
%46.90
%49.04

CMYK Percentages of Color #13dbe5

%92
%4
%0
%10

Triadic Colors of #13dbe5

#13dbe5 #e513db #dbe513

Analogous Colors of #13dbe5

#13dbe5 #1372e5 #13e586

Monochromatic Colors of #13dbe5

#13dbe5

Complementary Color

#13dbe5 #e51d13

#13dbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dbe5 Color CSS Codes

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

#13dbe5 Text Font Color

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

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


#13dbe5 Background Color

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

This div background color is #13dbe5


#13dbe5 Border Color

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

This div border color is #13dbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dbe5


Comments

No comments written yet.

Please login to write comment.