Color Hex Logo

#13abfd Color Hex

#13ABFD
(19,171,253)
0 Favorites   0 Comments

Color spaces of #13abfd

RGB 19171253
HSL0.560.980.53
HSV201°92°99°
CMYK 0.920.320.00   0.01
XYZ32.561136.356198.2298
Yxy36.35610.19480.2175
Hunter Lab60.2960-9.1243-54.3837
CIE-Lab66.7911-7.0015-50.5089

#13abfd color RGB value is (19,171,253).

#13abfd hex color red value is 19, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #13abfd hue: 0.56 , saturation: 0.98 and the lightness value of 13abfd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101011 11111101
Octal 23 253 375
Decimal 19 171 253
Hex 13 AB FD

RGB Percentages of Color #13abfd

%4.29
%38.60
%57.11

CMYK Percentages of Color #13abfd

%92
%32
%0
%1

Triadic Colors of #13abfd

#13abfd #fd13ab #abfd13

Analogous Colors of #13abfd

#13abfd #1336fd #13fdda

Monochromatic Colors of #13abfd

#13abfd

Complementary Color

#13abfd #fd6513

#13abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13abfd Color CSS Codes

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

#13abfd Text Font Color

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

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


#13abfd Background Color

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

This div background color is #13abfd


#13abfd Border Color

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

This div border color is #13abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13abfd


Comments

No comments written yet.

Please login to write comment.