Color Hex Logo

#13abda Color Hex

#13ABDA
(19,171,218)
0 Favorites   0 Comments

Color spaces of #13abda

RGB 19171218
HSL0.540.840.46
HSV194°91°85°
CMYK 0.910.220.00   0.15
XYZ27.486434.326271.5066
Yxy34.32620.20620.2575
Hunter Lab58.5886-18.7880-31.3507
CIE-Lab65.2207-19.4432-33.8080

#13abda color RGB value is (19,171,218).

#13abda hex color red value is 19, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #13abda hue: 0.54 , saturation: 0.84 and the lightness value of 13abda is 0.46.

The process color (four color CMYK) of #13abda color hex is 0.91, 0.22, 0.00, 0.15. Web safe color of #13abda is #0099cc. Color #13abda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101011 11011010
Octal 23 253 332
Decimal 19 171 218
Hex 13 AB DA

RGB Percentages of Color #13abda

%4.66
%41.91
%53.43

CMYK Percentages of Color #13abda

%91
%22
%0
%15

Triadic Colors of #13abda

#13abda #da13ab #abda13

Analogous Colors of #13abda

#13abda #1348da #13daa6

Monochromatic Colors of #13abda

#13abda

Complementary Color

#13abda #da4213

#13abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#13abda Color CSS Codes

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

#13abda Text Font Color

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

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


#13abda Background Color

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

This div background color is #13abda


#13abda Border Color

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

This div border color is #13abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13abda


Comments

No comments written yet.

Please login to write comment.