Color Hex Logo

#13dbe6 Color Hex

#13DBE6
(19,219,230)
0 Favorites   0 Comments

Color spaces of #13dbe6

RGB 19219230
HSL0.510.850.49
HSV183°92°90°
CMYK 0.920.050.00   0.10
XYZ39.883056.514783.6693
Yxy56.51470.22150.3139
Hunter Lab75.1763-36.8595-13.3649
CIE-Lab79.9059-39.0586-17.8338

#13dbe6 color RGB value is (19,219,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011011 11100110
Octal 23 333 346
Decimal 19 219 230
Hex 13 DB E6

RGB Percentages of Color #13dbe6

%4.06
%46.79
%49.15

CMYK Percentages of Color #13dbe6

%92
%5
%0
%10

Triadic Colors of #13dbe6

#13dbe6 #e613db #dbe613

Analogous Colors of #13dbe6

#13dbe6 #1372e6 #13e688

Monochromatic Colors of #13dbe6

#13dbe6

Complementary Color

#13dbe6 #e61e13

#13dbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dbe6 Color CSS Codes

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

#13dbe6 Text Font Color

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

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


#13dbe6 Background Color

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

This div background color is #13dbe6


#13dbe6 Border Color

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

This div border color is #13dbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dbe6


Comments

No comments written yet.

Please login to write comment.