Color Hex Logo

#13abf5 Color Hex

#13ABF5
(19,171,245)
0 Favorites   0 Comments

Color spaces of #13abf5

RGB 19171245
HSL0.550.920.52
HSV200°92°96°
CMYK 0.920.300.00   0.04
XYZ31.312935.856891.6569
Yxy35.85680.19720.2258
Hunter Lab59.8805-11.4492-48.8366
CIE-Lab66.4104-9.8892-46.7551

#13abf5 color RGB value is (19,171,245).

#13abf5 hex color red value is 19, green value is 171 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #13abf5 hue: 0.55 , saturation: 0.92 and the lightness value of 13abf5 is 0.52.

The process color (four color CMYK) of #13abf5 color hex is 0.92, 0.30, 0.00, 0.04. Web safe color of #13abf5 is #0099ff. Color #13abf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101011 11110101
Octal 23 253 365
Decimal 19 171 245
Hex 13 AB F5

RGB Percentages of Color #13abf5

%4.37
%39.31
%56.32

CMYK Percentages of Color #13abf5

%92
%30
%0
%4

Triadic Colors of #13abf5

#13abf5 #f513ab #abf513

Analogous Colors of #13abf5

#13abf5 #133af5 #13f5ce

Monochromatic Colors of #13abf5

#13abf5

Complementary Color

#13abf5 #f55d13

#13abf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13abf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13abf5 Color CSS Codes

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

#13abf5 Text Font Color

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

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


#13abf5 Background Color

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

This div background color is #13abf5


#13abf5 Border Color

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

This div border color is #13abf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13abf5


Comments

No comments written yet.

Please login to write comment.